Skip to content

Commit cb43176

Browse files
Copilotfffaraz
andauthored
Add CRoaring to Containers section (#1838)
* Initial plan * Fix alphabetical ordering: move CRoaring between C++ B-tree and dynamic_bitset Agent-Logs-Url: https://github.com/fffaraz/awesome-cpp/sessions/e7a7b4a0-602a-4e72-a6b2-d6c8364876c0 Co-authored-by: fffaraz <895678+fffaraz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fffaraz <895678+fffaraz@users.noreply.github.com>
1 parent 6975978 commit cb43176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
380380
## Containers
381381

382382
* [C++ B-tree](https://github.com/algorithm-ninja/cpp-btree) - A template library that implements ordered in-memory containers based on a B-tree data structure. [Apache2]
383+
* [CRoaring](https://github.com/RoaringBitmap/CRoaring) - Roaring bitmaps in C (and C++), with SIMD optimizations. [Apache-2.0]
383384
* [dynamic_bitset](https://github.com/pinam45/dynamic_bitset) - Simple Useful Libraries: C++17/20 header-only dynamic bitset. [MIT] [website](https://pinam45.github.io/dynamic_bitset/)
384385
* [fixed-containers](https://github.com/teslamotors/fixed-containers) - Header-only C++20 library that provides fixed capacity constexpr containers. [MIT]
385386
* [flat_hash_map](https://github.com/skarupke/flat_hash_map) - A very fast flat hashtable with Fibonacci hashing.
@@ -404,7 +405,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
404405
* [svector](https://github.com/martinus/svector) - Compact SVO optimized vector for C++17 or higher. [MIT]
405406
* [tree.hh](https://github.com/kpeeters/tree.hh) - An STL-like C++ header-only tree library. [GPL2+]
406407
* [unordered_dense](https://github.com/martinus/unordered_dense) - A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion. [MIT]
407-
* [CRoaring](https://github.com/RoaringBitmap/CRoaring) - Roaring bitmaps in C (and C++), with SIMD optimizations. [Apache-2.0]
408408
* [fifo_map](https://github.com/nlohmann/fifo_map) - A FIFO-ordered associative container for C++. [MIT]
409409
* [ordered-map](https://github.com/Tessil/ordered-map) - A C++ hash map and hash set which preserves the order of insertion. [MIT]
410410

0 commit comments

Comments
 (0)