google / crumsort-rsLinks
A parallelized Rust port of crumsort
☆168Updated 2 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:
- RcLite: small, fast, and memory-friendly reference counting for Rust☆186Updated 3 months ago
- Deadlock free mutexes☆175Updated 3 months ago
- An ε-copy serialization/deserialization framework for Rust☆149Updated 2 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆254Updated 2 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆157Updated this week
- Program startup and thread support written in Rust☆188Updated 2 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆301Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆157Updated last year
- ☆117Updated this week
- Rust fast `&[u8]` to integer parser☆52Updated last month
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- Compact, clone-on-write vector and string.☆269Updated 2 months ago
- ☆197Updated last year
- A Rust code linter☆216Updated last year
- A Vec That Has a Smaller size_of☆140Updated 4 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆192Updated last week
- Utilities for working with impl traits in Rust.☆110Updated 5 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆237Updated 3 weeks ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆270Updated 4 months ago
- A fast and flexible LRU map.☆189Updated 6 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆148Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆427Updated last month
- Comparison of Rust string types☆151Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- cargo-add command to make dependencies into dylibs☆100Updated 2 years ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆115Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- Compatibility adapter between tokio and futures☆172Updated 4 months ago