ArashPartow / bloom
C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html
☆139Updated 4 years ago
Alternatives and similar repositories for bloom:
Users that are interested in bloom are comparing it to the libraries listed below
- Bloom filters for C++11☆356Updated 3 years ago
- Fast Approximate Membership Filters (C++)☆277Updated 3 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆815Updated 7 months ago
- Modern C++ B-tree containers☆272Updated last year
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆408Updated 3 months ago
- C++ implementation of raft consensus☆264Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated 2 years ago
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- An adaptive radix tree for efficient indexing in main memory.☆158Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆376Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆344Updated 7 months ago
- STL-style C++ skip_list container☆87Updated 2 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆739Updated 7 months ago
- A STL allocator that mmaps files☆247Updated 3 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆294Updated 7 months ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆175Updated 8 years ago
- C++ implementation of Radix tree☆62Updated 5 years ago
- the fastest in-memory index in the East 东半球最快并发索引☆472Updated 4 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- a minimal C++ interval tree implementation☆229Updated 4 years ago
- Comprehensive benchmarks of C++ maps☆308Updated 2 years ago
- Fast and memory efficient c++ flat hash map/set☆590Updated 2 weeks ago
- C++ cache with LRU/LFU/FIFO policies implementation☆358Updated 11 months ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆249Updated 3 years ago
- A high-performance, concurrent hash table☆1,654Updated 3 weeks ago
- 无锁链表vs加锁链表(性能对比)☆37Updated 6 years ago