scandum / binary_cubeLinks
Is a linear data structure with O(log n) searches and O(cbrt n) insertions and index lookups.
☆28Updated 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.☆209Updated last year
- Wolfsort is a stable adaptive hybrid radix / merge sort.☆197Updated last year
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 4 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆205Updated 6 years ago
- C++14: bringing in those expressions that you wish you had, Lazily evaluated, compossible generators, maps, filters, ranges and more...☆156Updated 6 years ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆131Updated last year
- ☆332Updated 6 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- An-source C library developed and used at AppNexus.☆113Updated 6 years ago
- DISCoHAsH - Simple, fast, quality hash in 120 lines. 10GB/s serial (depending on hardware). Also in NodeJS☆219Updated 2 years ago
- C++14 high performance non-blocking network IO (based on epoll + boost.context)☆136Updated 7 years ago
- Assorted notes☆84Updated 2 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆31Updated 3 years ago
- A fast alternative to the modulo reduction☆315Updated 4 years ago
- Non-preemptive Thread Hierarchy Manager☆56Updated last year
- Compile-time TRIE based string matcher (C++11)☆53Updated 6 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆39Updated 2 years ago
- Fleur implements a Bloom Filter library in C that is fully compatible with DCSO's Go and python implementations.☆117Updated 2 years ago
- Doug McIlroy's C++ regular expression matching library☆96Updated 7 years ago
- Integer Map Data Structure☆133Updated 2 years ago
- a 64-bit histogram / quantile sketch☆59Updated last year
- Code that accompanies the article "Lomuto's Comeback"☆35Updated 5 years ago
- A minimal viable programming language on top of liblgpp☆77Updated 5 years ago
- Examples of common systems programming optimizations☆53Updated 4 years ago
- Fast and simple data serialization for C++.☆42Updated 3 years ago
- A collection of array rotation algorithms.☆164Updated 3 years ago
- Thread-safe cross-platform event loop library in C++☆184Updated 2 months ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 6 years ago
- A fast, concurrent, bounded, single producer, single consumer queue☆58Updated last year
- Joedb, the Journal-Only Embedded Database☆103Updated 3 weeks ago