conc-map-bench
Map benchmarker
A benchmarking harness for comparing performance of different hash functions in a concurrent map implementation
160 stars
5 watching
22 forks
Language: Rust
last commit: about 1 month ago Related projects:
Repository | Description | Stars |
---|---|---|
delendum-xyz/zk-benchmarking | A benchmarking framework for comparing the performance of different zero-knowledge proof libraries in a variety of use cases and environments. | 128 |
preshing/compareintegermaps | Generates benchmark data and graphs for two different associative map implementations | 112 |
xhyrom/benchmarks | An experimental tool comparing performance of programming languages and JavaScript runtimes | 12 |
burntsushi/cargo-benchcmp | A utility for comparing micro-benchmarks produced by cargo bench. | 342 |
jvm-profiling-tools/perf-map-agent | Generates method mappings for Linux perf tool to analyze Java application performance | 1,650 |
rigtorp/hashmap | A high-performance hash table implementation optimized for delete-heavy workloads | 200 |
kshk123/hashmap | A concurrent thread-safe hash map implemented in C++. | 144 |
texitoi/benchmarksgame-rs | A collection of benchmarking implementations for comparing the performance of various programming languages | 70 |
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,253 |
holtzy/genmap-comparator | An R-based application to compare genetic maps using visualization and statistical tools | 22 |
nvzqz/divan | A tool that allows developers to easily and efficiently compare the performance of different parts of their codebase | 954 |
preshing/junction | A collection of concurrent hash map implementations in C++. | 1,408 |
sindresorhus/p-map | A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,292 |
lesnyrumcajs/grpc_bench | Provides a standardized benchmark for comparing performance and resource usage of gRPC libraries across different programming languages and technologies | 888 |
tessil/robin-map | A C++ implementation of fast hash maps and sets using robin hood hashing | 1,277 |