neogenie / fastnumLinks
Fixed-size decimal numbers implemented in pure Rust
☆237Updated 2 weeks ago
Alternatives and similar repositories for fastnum
Users that are interested in fastnum are comparing it to the libraries listed below
Sorting:
- A very fast Key-Value store in pure rust☆219Updated 3 weeks ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆123Updated 4 months ago
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- A collection of high-performance containers providing both asynchronous and synchronous interfaces☆500Updated last week
- A binary encoder/decoder for Rust☆582Updated last week
- in-place allocation-reusing queues for Rust☆392Updated last year
- ☆222Updated 6 months ago
- A concurrent, append-only vector.☆209Updated 5 months ago
- Maps where keys are borrowed from values.☆300Updated last month
- Quick error declarations and automatic conversions between errors for precisely typed error handling. Inspired by Zig's error set type.☆216Updated last month
- Tracing layer that automatically creates and manages progress bars for active spans.☆267Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Fantastic serialization library☆158Updated last month
- Structured concurrency operations for async Rust☆482Updated this week
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆334Updated 4 months ago
- A lockless mpmc/mpsc to support async base on crossbeam☆390Updated this week
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆210Updated this week
- Just like `serde`, but with more exhaustive error reporting capabilities. Designed for public API payloads.☆219Updated 6 months ago
- A performant and configurable parallel computing library for computations defined as compositions of iterator methods.☆293Updated this week
- Rate Limiting middleware for Tower/Axum/Tonic/Hyper utilizing the governor crate