ned14 / nedtriesLinks
A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit finds and iteration. Is approx. 50-100% faster than red-black trees and up to 20% faster than O(1) hash tables.
☆276Updated 4 years ago
Alternatives and similar repositories for nedtries
Users that are interested in nedtries are comparing it to the libraries listed below
Sorting:
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆162Updated 7 months ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- C++11 metaprogramming library☆112Updated 10 years ago
- A C++ pointer bump memory arena implementation☆94Updated 11 years ago
- C library implementing the ridiculously fast CLHash hashing function☆281Updated last year
- Hash Array Mapped Trie (C++ Templates)☆125Updated 2 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- Continuation-ready container algorithms from STL algorithms☆60Updated 8 years ago
- A C library of hashtables and tries designed to store objects with high performance☆243Updated last month
- Self-contained C/C++ profiler library for Linux☆176Updated last year
- {{mustaches}} for C++☆202Updated 6 years ago
- A C++ library for basic Unicode manipulation.☆122Updated 9 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 8 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆139Updated last year
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- Open multi-methods for C++11☆118Updated 8 years ago
- STM (Software Transactional Memory) implementation in C, based on memory-mapping.☆61Updated 16 years ago
- Mordor is a high performance I/O library based on fibers.☆352Updated 7 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆136Updated 6 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆170Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- Hashing functions and PRNGs based on them☆167Updated last month
- C11 Lock-free Stack☆184Updated last year
- SSE2 Optimized GLSL-like math library☆118Updated 11 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Enjoy template metaprogramming☆115Updated 9 years ago
- A fast alternative to the modulo reduction☆316Updated 4 years ago
- Adobe Source Libraries☆292Updated 2 months ago