Naveenaidu / rust-1brcLinks
1BRC implementation in Rust
☆37Updated last year
Alternatives and similar repositories for rust-1brc
Users that are interested in rust-1brc are comparing it to the libraries listed below
Sorting:
- Faster implementations of standard library operations like find, filter, position etc.☆178Updated 10 months ago
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆309Updated 3 months ago
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆183Updated last week
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆135Updated 5 months ago
- 📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")☆183Updated this week
- A very fast Key-Value store in pure rust☆213Updated this week
- Advice for learning Rust☆177Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆113Updated 2 months ago
- A concurrent, append-only vector.☆207Updated 4 months ago
- ResNet implementation with Burn☆36Updated last year
- Fixed-size decimal numbers implemented in pure Rust☆234Updated last month
- A safe sync/async multi-producer, multi-consumer channel☆206Updated 7 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆102Updated 3 months ago
- Explorations into various Rust language features and crates. All written for didactic exposition. These can be turned into tutorials on d…☆66Updated 4 months ago
- A new type of asynchronous database combining the concepts of distributed databases and blockchain☆110Updated 2 months ago
- Nio is an experimental async runtime for Rust☆323Updated 4 months ago
- https://ibraheem.ca/posts/too-many-web-servers/☆105Updated 2 years ago
- Rust web servers without async/await.☆222Updated 11 months ago
- Awesome books, tutorials, courses, and resources for Tokio. ⚡☆131Updated 2 years ago
- A zero-copy Rust library that builds and parses network packets in-place.☆119Updated 8 months ago
- crunch is a drop-in cargo replacement for offloading Rust compilation to a remote server.☆76Updated 2 months ago
- A universal load testing framework for Rust, with real-time tui support.☆204Updated 3 weeks ago
- An easy-to-use recorder and viewer for high-performance traces☆41Updated 6 months ago
- A performant and configurable parallel computing library for computations defined as compositions of iterator methods.☆289Updated last month
- ☆218Updated 5 months ago
- Just like `serde`, but with more exhaustive error reporting capabilities. Designed for public API payloads.☆218Updated 5 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆150Updated last year
- A new schemafull, Postgres compatible, high-performance database written from scratch in Rust. https://crates.io/crates/rasterizeddb_core☆217Updated last month
- A very fast HTTP Server based on Hyper and Rust☆89Updated last year