google / crumsort-rsLinks
A parallelized Rust port of crumsort
☆169Updated 3 years ago
Alternatives and similar repositories for crumsort-rs
Users that are interested in crumsort-rs are comparing it to the libraries listed below
Sorting:
- Deadlock free mutexes☆177Updated 10 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated last month
- An ε-copy serialization/deserialization framework for Rust☆169Updated 2 weeks ago
- Comparison of Rust string types☆166Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆140Updated 8 months ago
- Program startup and thread support written in Rust☆207Updated this week
- A Vec That Has a Smaller size_of☆155Updated 4 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆262Updated 7 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Updated 3 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 3 weeks ago
- Rust fast `&[u8]` to integer parser☆57Updated 3 weeks ago
- A fast and flexible LRU map.☆200Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆192Updated this week
- ☆120Updated last week
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆465Updated 4 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Updated 2 months ago
- FFI-compatible futures☆172Updated 4 months ago
- Easy IO for Rust☆102Updated 4 years ago
- ☆205Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆93Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated last week
- Simple async reactor and executor for rust☆79Updated 10 months ago
- A lightweight version of pin-project written with declarative macros.☆270Updated last month
- A Rust code linter☆213Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆256Updated this week
- This is a Rust implementation for popular caches (support no_std).☆113Updated last year
- Immutable strings, in Rust.☆248Updated 2 years ago
- Reflection via DWARF.