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
- Assorted notes☆84Updated last year
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆203Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 4 years ago
- Non-preemptive Thread Hierarchy Manager☆56Updated last year
- Reproducible experimeents on UTF-8 validation using SIMD instructions☆41Updated last year
- An Evaluation of Linear Probing Hashtable Algorithms☆32Updated last year
- Integer Map Data Structure☆131Updated 2 years ago
- SIMD-enhanced word counter☆247Updated 5 years ago
- A very fast library for validating UTF-8 using AVX2/SSE4 instructions☆219Updated 5 years ago
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- Hashing functions and PRNGs based on them☆166Updated 9 months ago
- Blitsort is an in-place stable adaptive rotate mergesort / quicksort.☆713Updated last year
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆31Updated 2 years ago
- ☆332Updated 6 years ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆129Updated 10 months ago
- A minimal modern LZ compressor example☆60Updated 4 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
- fundamental tools in the spirit of C☆58Updated 5 years ago
- C library to remove white space from strings as fast as possible☆155Updated last year
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- Examples of common systems programming optimizations☆53Updated 4 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆158Updated last week
- An-source C library developed and used at AppNexus.☆111Updated 5 years ago
- Managed C strings library☆97Updated 4 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- An easy to decode base64 modification.☆41Updated 3 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago