lwu / veb-tree
A C++ implementation of cache-oblivious Van Emde Boas search trees
☆19Updated 6 years ago
Alternatives and similar repositories for veb-tree:
Users that are interested in veb-tree are comparing it to the libraries listed below
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- ☆13Updated 8 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- C++ implementation of concurrent Binary Search Trees☆71Updated 9 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆28Updated 3 years ago
- For details, see the blog post:☆32Updated last year
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆22Updated 2 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- A C++ library for integer array compression☆28Updated 2 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆74Updated 5 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- Software transactional memory system developed at Wyatt Technology☆28Updated 5 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- Stasis is a flexible transactional storage library that is geared toward high-performance applications and system developers. It supports…☆53Updated 11 years ago
- ☆39Updated 3 years ago
- Detailed experiments over simdjson for VLDB article (2019) and future work☆21Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Benchmarks for our memory allocator☆62Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 4 years ago
- ☆17Updated 8 years ago