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
- A stable adaptive partitioning comparison sort.☆207Updated 8 months ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- ☆39Updated 4 years ago
- Wolfsort is a stable adaptive hybrid radix / merge sort.☆196Updated 8 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A collection of array rotation algorithms.☆153Updated 2 years ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆40Updated 9 months ago
- Compile-time TRIE based string matcher (C++11)☆53Updated 5 years ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 2 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 10 years ago
- An-source C library developed and used at AppNexus.☆109Updated 5 years ago
- Assorted notes☆84Updated last year
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago
- ☆22Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆118Updated 3 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- A library for events and fibers☆36Updated 4 years ago
- A fast SIMD parser for CSV files☆151Updated 2 years ago
- Managed C strings library☆96Updated 3 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Tools to facilitate data-oriented design in C99.☆41Updated 4 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆30Updated last year
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 3 years ago
- Experiments with array layouts for comparison-based searching☆83Updated last year
- An adaptive mergesort☆12Updated 4 years ago
- ☆105Updated last year
- haesni is a small hash function using aes-ni for fast string hashing☆16Updated 6 years ago