ned14 / nedtries
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.
☆274Updated 3 years ago
Alternatives and similar repositories for nedtries:
Users that are interested in nedtries are comparing it to the libraries listed below
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆161Updated 2 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 5 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- A C library of hashtables and tries designed to store objects with high performance☆231Updated last year
- Hash Array Mapped Trie (C++ Templates)☆124Updated last year
- Benchmark showing the we can randomly hash strings very quickly with good universality☆136Updated 3 weeks ago
- A fast implementation for varbyte 32bit/64bit integer compression☆115Updated 8 years ago
- C++11 metaprogramming library☆113Updated 9 years ago
- Adobe Source Libraries☆281Updated 2 weeks ago
- C library implementing the ridiculously fast CLHash hashing function☆270Updated 10 months ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- Coroutines in C☆121Updated 10 years ago
- A C++14 library to make it easier to work with parameter packs☆56Updated 5 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Continuation-ready container algorithms from STL algorithms☆60Updated 7 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Updated 7 years ago
- What did you expect?☆111Updated 7 years ago
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- Memory-mapped storage library☆76Updated 8 years ago
- C++11 header only micro benchmark framework☆14Updated 8 years ago
- Self-contained C/C++ profiler library for Linux☆175Updated 3 months ago
- A C++ pointer bump memory arena implementation☆90Updated 10 years ago
- Critbit trees in C☆334Updated 3 years ago
- STM (Software Transactional Memory) implementation in C, based on memory-mapping.☆59Updated 15 years ago
- Fast decoder for VByte-compressed integers☆122Updated 9 months ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆131Updated 5 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago