JakubValtar / radsort
Radix sort implementation for sorting by scalar keys (integers, floats, chars, bools)
☆20Updated 5 months ago
Alternatives and similar repositories for radsort:
Users that are interested in radsort are comparing it to the libraries listed below
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Faster integer division and modulus operations☆70Updated 2 years ago
- Iterator of const known length☆15Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 6 months ago
- Tensor library for machine learning☆24Updated this week
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Threadsafe RefCell for Rust☆90Updated last year
- We have Crater At Home☆22Updated 3 months ago
- A Rust memory allocator for large slices that don't escape the stack.☆30Updated 2 years ago
- Convert closures into wakers☆45Updated last week
- ☆21Updated 4 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- Unbuffered and unlocked I/O streams☆40Updated 5 months ago
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 3 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 4 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated 2 weeks ago
- Integer sets as fast, sorted, integer ranges with full set operations