ashvardanian / stringzilla-benchmarks-rsLinks
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
☆46Updated 2 months ago
Alternatives and similar repositories for stringzilla-benchmarks-rs
Users that are interested in stringzilla-benchmarks-rs are comparing it to the libraries listed below
Sorting:
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- Reports when tokio runtime threads are blocking☆64Updated 8 months ago
- a fast async pool based on channel☆24Updated last week
- scan-resistant concurrent lazy LRU☆58Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- Benchmarking library for stable Rust☆36Updated last month
- This crate implements runtime-agnostic driver for async timers and scheduled tasks.☆43Updated 3 weeks ago
- Low-latency hash map using minimal perfect hash functions and compact encoding.☆27Updated 6 months ago
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆77Updated last month
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 3 years ago
- 8-bit floating point types for Rust☆46Updated 2 months ago
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆27Updated 11 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- A buffering MPSC queue.☆78Updated 10 months ago
- SQLite-based on-disk cache for Rust.☆23Updated 10 months ago
- A no-frills async memcached client for Rust.☆23Updated 2 months ago
- A collection of boosting algorithms written in Rust 🦀☆55Updated last week
- A light weight, typed, in-memory, ordered, key-value database.☆47Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆40Updated this week
- A hash table with strong order and fast iteration; access items by key or sequence index☆43Updated last month
- futures-buffered☆40Updated 3 months ago
- Mechanisms for high-performance hardware-aware programming in Rust☆24Updated 3 weeks ago
- super simple in-memory blocking LSM for constant-size keys and values☆70Updated 3 months ago
- Embedded Key-Value Storage Engine☆121Updated 2 weeks ago
- Async channels for Rust that support reading and writing many values☆27Updated last month
- A high-performance SPSC bounded circular buffer of bytes☆47Updated last month