Naveenaidu / rust-1brcLinks
1BRC implementation in Rust
☆36Updated 10 months ago
Alternatives and similar repositories for rust-1brc
Users that are interested in rust-1brc are comparing it to the libraries listed below
Sorting:
- Reports when tokio runtime threads are blocking☆64Updated 9 months ago
- Eager evaluation of macros like `concat!` and `env!`☆39Updated 3 months ago
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆126Updated 7 months ago
- Simple async reactor and executor for rust☆79Updated 2 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated 2 weeks ago
- A zero-copy Rust library that builds and parses network packets in-place.☆112Updated 2 months ago
- A concurrent, append-only vector.☆165Updated 3 weeks ago
- ☆156Updated last week
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆57Updated 6 months ago
- An ε-copy serialization/deserialization framework for Rust☆148Updated last week
- ResNet implementation with Burn☆33Updated 8 months ago
- A very fast Key-Value store in pure rust☆161Updated 3 months ago
- The fastest Bloom filter in Rust. No accuracy compromises. Compatible with any hasher.☆241Updated 3 weeks ago
- Practically zero-overhead string interning☆39Updated 2 months ago
- Open a scope and then freeze it in time for future access.☆108Updated 9 months ago
- An adapter to easily run an Axum server in a Cloudflare worker.☆81Updated last month
- A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust☆46Updated 4 months ago
- `faststr` is a string library that try to avoid the cost of clone.☆100Updated last month
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- A simple, C-like, ternary operator for cleaner syntax.☆44Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- in memory Rust database to query your data like a Venn diagram☆104Updated 6 months ago
- Deadlock free mutexes☆175Updated 2 months ago
- Generate Rust enum variants without associated data☆98Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆121Updated 8 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- It executes futures☆57Updated 2 years ago
- Just like `serde`, but with more exhaustive error reporting capabilities. Designed for public API payloads.☆196Updated 2 months ago
- Mechanisms for high-performance hardware-aware programming in Rust☆24Updated 3 weeks ago
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆93Updated last month