scandum / binary_cubeLinks
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
Sorting:
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A stable adaptive partitioning comparison sort.☆207Updated 10 months ago
- A collection of array rotation algorithms.☆155Updated 2 years ago
- Wolfsort is a stable adaptive hybrid radix / merge sort.☆196Updated 10 months ago
- Non-preemptive Thread Hierarchy Manager☆55Updated 7 months ago
- Fast, multi-reader, multi-writer, lockless data structures for parallel programming☆87Updated last year
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- ☆39Updated 4 years ago
- Managed C strings library☆97Updated 3 years ago
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 3 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆31Updated last year
- An easy to decode base64 modification.☆41Updated 3 years ago
- Code that accompanies the article "Lomuto's Comeback"☆35Updated 5 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆40Updated 10 months ago
- Type-safe Printf in C☆72Updated 4 months ago
- An-source C library developed and used at AppNexus.☆109Updated 5 years ago
- A library for events and fibers☆36Updated 4 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Various tricks for dealing with bits☆22Updated 5 years ago
- Compiler Optimizations Playground☆27Updated 4 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- Fast and simple data serialization for C++.☆41Updated 2 years ago
- Long-term book project☆34Updated 3 years ago
- Embed arbitrary resource data into your executables after they've already been compiled☆13Updated 7 years ago
- Hashing functions and PRNGs based on them☆161Updated 4 months ago