mackstann / hash-table-shootoutView external linksLinks
A benchmark of some prominent C/C++ hash table implementations
☆104Feb 27, 2019Updated 6 years ago
Alternatives and similar repositories for hash-table-shootout
Users that are interested in hash-table-shootout are comparing it to the libraries listed below
Sorting:
- Counting the collisions with perl hash tables per function☆12Jun 5, 2019Updated 6 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆39Nov 27, 2023Updated 2 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Sep 4, 2019Updated 6 years ago
- ☆113Jan 29, 2024Updated 2 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆275Sep 14, 2021Updated 4 years ago
- An experimental lossless data compression program with high compression ratio.☆15Feb 27, 2013Updated 12 years ago
- Cutting-edge research in a practical way☆12Jul 26, 2019Updated 6 years ago
- ☆13Apr 26, 2022Updated 3 years ago
- λFS: an elastic, high-performance, serverless-function-based metadata service for large-scale distributed file systems (ACM ASPLOS'23)☆14Apr 2, 2025Updated 10 months ago
- ☆37Apr 16, 2023Updated 2 years ago
- Fast Hash Functions Using AES Intrinsics☆85Aug 12, 2019Updated 6 years ago
- A graphics framework for educational and prototyping projects.☆10Oct 2, 2022Updated 3 years ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆12Dec 9, 2022Updated 3 years ago
- Very basic raytracer to experiment with☆11Jun 23, 2016Updated 9 years ago
- Making FB's flashcache to cache a group of disks with a single SSD☆35Aug 29, 2014Updated 11 years ago
- Prediction algorithms for the PCG pseudo-random generator☆14Nov 13, 2020Updated 5 years ago
- C++ associative containers☆1,603Nov 30, 2021Updated 4 years ago
- A web app that learns to repair your command line mistakes.☆15Jan 13, 2017Updated 9 years ago
- Improved NetBSD's Perfect Hash Generation Tool v3☆22May 5, 2024Updated last year
- Various useful c++ containers and utilities.☆14Feb 1, 2026Updated last week
- RLU resizable hash-table☆17Aug 24, 2015Updated 10 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Jul 14, 2017Updated 8 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Nov 16, 2020Updated 5 years ago
- A micro-kernel operating system based on the Barrelfish CPU-driver.☆21Mar 6, 2018Updated 7 years ago
- A lock-free malloc(3) implementation☆20Jun 15, 2025Updated 7 months ago
- A C99 conforming preprocessor☆23Aug 27, 2020Updated 5 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆18Dec 20, 2020Updated 5 years ago
- Various small bits of code, generally testing small edge cases in the language☆43Jan 8, 2026Updated last month
- wrapper library for the functionality offered by ptrace. features facilities to enter breakpoint, debug and hook syscalls, etc.☆21Apr 6, 2022Updated 3 years ago
- ☆20Jan 8, 2026Updated last month
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Nov 10, 2021Updated 4 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Aug 17, 2023Updated 2 years ago
- Wult stands for "Wake Up Latency Tracer", and this is a project that provides tools for measuring C-state latency in Linux.☆28Feb 5, 2026Updated last week
- C++20 coroutine runtime built on top of io_uring☆21Sep 8, 2024Updated last year
- C macro overloading☆23Dec 21, 2025Updated last month
- A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible☆25Mar 19, 2025Updated 10 months ago
- a library of useful C utilities☆63Oct 22, 2013Updated 12 years ago
- AMQP client library written in c++ using boost-asio☆20Oct 21, 2011Updated 14 years ago
- A small self-compiling arm/x86-64 C compiler, linker, C library and ELF loader for command line or library use on macOS, Linux or bare me…☆31May 13, 2024Updated last year