ashvardanian / stringzilla-benchmarks-rs
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
☆45Updated 3 weeks 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
- 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
- This crate implements runtime-agnostic driver for async timers and scheduled tasks.☆42Updated last week
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- a fast async pool based on channel☆24Updated 5 months ago
- Reports when tokio runtime threads are blocking☆64Updated 7 months ago
- futures-buffered☆39Updated last month
- A collection of boosting algorithms written in Rust 🦀☆52Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- A fast, safe, and portable implementation of HighwayHash for Rust☆17Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated last year
- Simple bit-level protocol definitions in Rust.☆22Updated this week
- A no-frills async memcached client for Rust.☆23Updated last month
- Value log implementation for key-value separated storage in safe Rust☆33Updated this week
- scan-resistant concurrent lazy LRU☆58Updated last year
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆53Updated 2 weeks ago
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆27Updated 9 months ago
- Wait for a collection of async tasks to finish.☆34Updated 8 months ago
- Asynchronous signal handling☆16Updated last week
- Extensions to the Rust standard library☆44Updated 4 months ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 2 years ago
- A high-performance SPSC bounded circular buffer of bytes☆47Updated last week
- Rust client library for ClickHouse☆16Updated 2 years ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 2 weeks ago
- 8-bit floating point types for Rust☆46Updated last month
- A flexible and convenient high-level mmap for zero-copy file I/O.☆111Updated last month
- SQLite-based on-disk cache for Rust.☆23Updated 8 months ago
- async fn(Input) -> Result<Output, Error>☆50Updated last year