ryankurte / rust-rolling-statsLinks
Rolling statistics calculations (min/max/mean/std_dev) over arbitrary floating point numbers based on Welford's Online Algorithm
☆22Updated 4 months ago
Alternatives and similar repositories for rust-rolling-stats
Users that are interested in rust-rolling-stats are comparing it to the libraries listed below
Sorting:
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆41Updated last year
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated 2 weeks ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Benchmarking library for stable Rust☆47Updated last month
- An on-disk hash table implementation☆126Updated 4 years ago
- A fast and flexible LRU map.☆199Updated last year
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆177Updated 5 months ago
- Deadlock free mutexes☆177Updated 10 months ago
- ☆205Updated last year
- An ε-copy serialization/deserialization framework for Rust☆169Updated 2 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Define your own PhantomData☆158Updated 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…☆101Updated 2 weeks ago
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆147Updated this week
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated 2 weeks ago
- Semantic wrapper for byte count representations☆152Updated last week
- Cross platform process information in Rust☆70Updated 2 weeks ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆152Updated 3 years ago
- Calculate the next timestamp matching a given crontab pattern☆69Updated last month
- The Rustc Trait System Refactor Initiative☆26Updated 3 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆205Updated 3 months ago
- A fixed-size circular buffer written in Rust.☆139Updated 6 months ago
- Allocations profiler built using ebpf☆95Updated last week
- The cost of Rust async/await☆132Updated 3 years 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`☆131Updated last year
- Simple goldenfile testing in Rust☆44Updated last week