ryankurte / rust-rolling-stats
Rolling statistics calculations (min/max/mean/std_dev) over arbitrary floating point numbers based on Welford's Online Algorithm
☆17Updated last year
Related projects ⓘ
Alternatives and complementary repositories for rust-rolling-stats
- A minimalist property-based testing library☆104Updated 4 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆105Updated 10 months ago
- (lifetime) GATs on stable Rust☆56Updated 10 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆25Updated last month
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆63Updated 2 weeks ago
- Calculate the next timestamp matching a given crontab pattern☆49Updated last week
- Trying to create Sync bump allocator☆28Updated last week
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆95Updated 2 months ago
- The cost of Rust async/await☆120Updated 2 years ago
- Lending iterators on stable Rust☆80Updated 10 months ago
- Deadlock free mutexes☆148Updated 4 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆104Updated last month
- Cross platform process information in Rust☆56Updated 3 weeks ago
- A low-level I/O ownership and borrowing library☆99Updated 11 months ago
- An on-disk hash table implementation☆112Updated 3 years ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆124Updated last month
- A fast and flexible LRU map.☆171Updated 6 months ago
- A concurrent, append-only vector.☆135Updated 2 weeks ago
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆100Updated last week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆106Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆245Updated 3 weeks ago
- Map data structure whose keys are stored as ranges☆77Updated 8 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆57Updated this week
- Track and query Cargo dependency graphs.☆167Updated last week
- Heph is an actor library for Rust based on asynchronous functions.☆132Updated 2 months ago
- An ε-copy serialization/deserialization framework for Rust☆133Updated 3 months ago
- An exploration of Storages☆34Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆142Updated last week
- High-precision and consistent benchmarking framework/harness for Rust☆98Updated this week
- Choose Rust types at compile-time via constants☆62Updated 10 months ago