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 stable adaptive partitioning comparison sort.☆207Updated last year
- Wolfsort is a stable adaptive hybrid radix / merge sort.☆196Updated last year
- Assorted notes☆84Updated last year
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 3 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- A collection of array rotation algorithms.☆155Updated 2 years ago
- Integer Map Data Structure☆131Updated 2 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- ☆333Updated 5 years ago
- Query C++ codebases using SQLite☆188Updated 3 years ago
- An-source C library developed and used at AppNexus.☆110Updated 5 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆32Updated last year
- A fast, concurrent, bounded, single producer, single consumer queue☆41Updated 9 months ago
- Fleur implements a Bloom Filter library in C that is fully compatible with DCSO's Go and python implementations.☆117Updated 2 years ago
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- a 64-bit histogram / quantile sketch☆59Updated 6 months ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆121Updated 6 months ago
- C++14 high performance non-blocking network IO (based on epoll + boost.context)☆136Updated 7 years ago
- C++14: bringing in those expressions that you wish you had, Lazily evaluated, compossible generators, maps, filters, ranges and more...☆155Updated 6 years ago
- Managed C strings library☆97Updated 3 years ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- SIMD-enhanced word counter☆248Updated 5 years ago
- A Decentralized, K-Ordered 128-bit Unique ID Generator library in C.☆94Updated 2 years ago
- MergedTrie code☆12Updated 5 years ago
- DISCoHAsH - Simple, fast, quality hash in 120 lines. 10GB/s serial (depending on hardware). Also in NodeJS☆218Updated 2 years ago
- Non-preemptive Thread Hierarchy Manager☆55Updated 9 months ago
- A very fast library for validating UTF-8 using AVX2/SSE4 instructions☆220Updated 4 years ago
- Joedb, the Journal-Only Embedded Database☆103Updated this week
- A Wait-Free Universal Construct for Large Objects☆97Updated 5 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆304Updated last year