ashvardanian / stringzilla-benchmarks-rsLinks
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
☆46Updated 3 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
- This crate implements runtime-agnostic driver for async timers and scheduled tasks.☆48Updated 2 months ago
- A buffering MPSC queue.☆78Updated last year
- 🦀 Smol Supervisor for Tokio Tasks☆39Updated 2 weeks ago
- a fast async pool based on channel☆25Updated last month
- A no-frills async memcached client for Rust.☆23Updated 4 months ago
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆77Updated 2 weeks ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Wait for a collection of async tasks to finish.☆34Updated 11 months ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- A collection of boosting algorithms written in Rust 🦀☆57Updated last month
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- Reports when tokio runtime threads are blocking☆65Updated 10 months ago
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆49Updated 7 months ago
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆68Updated 2 months ago
- SQLite-based on-disk cache for Rust.☆23Updated 11 months ago
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆28Updated last year
- Streaming JSON reader and writer written in Rust☆78Updated last week
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Embedded Key-Value Storage Engine☆122Updated last month
- Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the …☆46Updated last year
- SIMD-optimized B+ Tree implementation that uses integer keys☆50Updated this week
- in memory Rust database to query your data like a Venn diagram☆109Updated 7 months ago
- A light weight, typed, in-memory, ordered, key-value database.☆51Updated last year
- scan-resistant concurrent lazy LRU☆61Updated last year
- End-to-end encryption sdk with user management.☆45Updated last week
- A Rust in-memory embedded database with persistence and multiple adapters (JSON, CSV, etc). Acts like a minimalistic ORM with zero setup.…☆65Updated 2 months ago