diff options
author | David Robillard <d@drobilla.net> | 2022-11-17 12:10:38 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-17 12:11:12 -0500 |
commit | f85870e15491cc98f8a0fa247d79073e98f1694e (patch) | |
tree | 7a14ad94359f472a0a26491b3d3c6ceb1f1ee745 /README.md | |
parent | 68d02a48ea89d45f16f7901bf46849ea923841c0 (diff) | |
download | zix-f85870e15491cc98f8a0fa247d79073e98f1694e.tar.gz zix-f85870e15491cc98f8a0fa247d79073e98f1694e.tar.bz2 zix-f85870e15491cc98f8a0fa247d79073e98f1694e.zip |
Remove ZixBitset
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ Components * `ZixAllocator`: A customizable allocator. * `ZixBumpAllocator`: A simple realtime-safe "bump-pointer" allocator. - * `ZixBitset`: A packed set of bits of arbitrary length. * `ZixBTree`: A page-allocated B-tree. * `ZixHash`: An open-addressing hash table. * `ZixRing`: A lock-free realtime-safe ring buffer. |