fastly / uslabLinks
Lock-free slab allocator / freelist.
☆69Updated 10 years ago
Alternatives and similar repositories for uslab
Users that are interested in uslab are comparing it to the libraries listed below
Sorting:
- Concurrent trie-hash map library☆92Updated last year
- qp tries and crit-bit tries☆121Updated 3 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- fast SIMD-able JIT regular expression compiler☆197Updated 10 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 11 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- Fast Hash Functions Using AES Intrinsics☆83Updated 6 years ago
- Embedded storage benchmarking tool☆138Updated 3 years ago
- Compact tries for fixed-width keys☆26Updated 7 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆37Updated 6 years ago
- The HAT-trie, written in C, as described in my PhD thesis.☆20Updated 8 years ago
- Fast decoder for VByte-compressed integers☆125Updated last year
- Filesystem qualification tool☆59Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- High-performance dictionary coding☆106Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- QSBR and EBR library☆127Updated 5 years ago
- Code samples for using libjit