regexident / medianLinks
An implementation of an efficient O(n) median filter in Rust.
☆23Updated 3 years ago
Alternatives and similar repositories for median
Users that are interested in median are comparing it to the libraries listed below
Sorting:
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆79Updated last month
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Migrated to Codeberg☆79Updated last year
- A fast mpmc queue with broadcast capabilities. Known as multiqueue too.☆57Updated 3 weeks ago
- Timer facilities for Rust's async story☆56Updated 11 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- A simple Cross-platform thread schedule and priority library for rust.☆134Updated last month
- Fast, limited-memory array expressions on the stack in Rust, no-std compatible☆27Updated 3 weeks ago
- A circular buffer-like queue container.☆38Updated 5 months ago
- A Rust implementation of OS provided synchronization primitives☆60Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆65Updated last year
- Safely cast slices of one built-in fundamental number type to another☆28Updated 5 months ago
- Threadsafe RefCell for Rust☆95Updated 5 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Static Linear Algebra System☆36Updated 2 years ago
- Calculate statistics iteratively☆39Updated 5 months ago
- Asynchronous interface to official Bluetooth Low Energy APIs on Linux (BlueZ)☆38Updated 4 years ago
- Automatic cfg for Rust compiler features☆102Updated 2 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated last month
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Object Pool LockFree in Rust☆47Updated 2 months ago
- Simple and flexible multi-index containers.☆120Updated 3 months ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- Set process and thread affinity in your Rust programs !☆30Updated last year