scandum / binary_cube
Is a linear data structure with O(log n) searches and O(cbrt n) insertions and index lookups.
☆26Updated 4 years ago
Alternatives and similar repositories for binary_cube:
Users that are interested in binary_cube are comparing it to the libraries listed below
- Non-preemptive Thread Hierarchy Manager☆55Updated 5 months ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- A stable adaptive partitioning comparison sort.☆206Updated 8 months ago
- Assorted notes☆83Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆118Updated 2 months ago
- A minimal modern LZ compressor example☆59Updated 4 years ago
- Various tricks for dealing with bits☆22Updated 5 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- a 64-bit histogram / quantile sketch☆58Updated 2 months ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆38Updated 8 months ago
- An Evaluation of Linear Probing Hashtable Algorithms☆29Updated last year
- Long-term book project☆34Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Tools to facilitate data-oriented design in C99.☆41Updated 4 years ago
- Wolfsort is a stable adaptive hybrid radix / merge sort.☆195Updated 8 months ago
- Managed C strings library☆96Updated 3 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Code that accompanies the article "Lomuto's Comeback"☆35Updated 4 years ago
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 3 years ago
- Compile-time TRIE based string matcher (C++11)☆53Updated 5 years ago
- Type-safe Printf in C☆72Updated 2 months ago
- A collection of array rotation algorithms.☆154Updated 2 years ago
- Integer Map Data Structure☆130Updated last year
- Use unused bits in your pointer☆46Updated 7 years ago
- Generic scaffolding for an end-to-end LLVM-based compiler☆35Updated 4 years ago
- An-source C library developed and used at AppNexus.☆109Updated 5 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆31Updated last year
- A Decentralized, K-Ordered 128-bit Unique ID Generator library in C.☆93Updated 2 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago