Interactive demos of sorting algorithms with runtime comparisons
Sorting visualizer when Visualgo and dozens of alternatives already exist.
Thread-safe C hashmap with lazy sorting, but the benchmark repo lacks the actual library code.
C and C++ systems developers
Abseil · F14 FastMap · hashbrown
Sorting visualizer when Visualgo and dozens of alternatives already exist.
jsPerf has owned JavaScript benchmarking for 15 years — this is a cleaner clone without differentiation.
The site weaponizes a compact set of benchmarks — throughput, RAM, cold-start, F1 score and install footprint — and even publishes raw JSON on GitHub, which makes it immediately useful for teams comparing ingestion options. Kreuzberg's Rust implementation posts jaw-dropping numbers against common tools; that's interesting, but the page leaves out crucial reproducibility details (datasets, seed runs, environment configs) you'd want before trusting the magnitude of those gaps.
Compresses long-memory evaluation into three questions testing recall, updates, and abstention.
Benchmarks OpenCode models locally, but lacks preloaded datasets and only works with configured OpenAI-compatible APIs.
Beats Valkey on GET and SET benchmarks while guaranteeing memory safety with Rust.