flakusha / sorting_rsLinks
Sorting algorithms implemented in Rust
☆25Updated 5 years ago
Alternatives and similar repositories for sorting_rs
Users that are interested in sorting_rs are comparing it to the libraries listed below
Sorting:
- A rust implementation of murmur3☆74Updated last year
- This is a Rust implementation for popular caches (support no_std).☆113Updated 11 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- SipHash (2-4, 1-3 + 128 bit variant) implementations for Rust☆69Updated 3 months ago
- Semantic wrapper for byte count representations☆150Updated last week
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- ☆77Updated 8 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆91Updated 3 years ago
- Generic Atomic<T> type for Rust☆246Updated 3 months ago
- rust bindings of snmalloc☆147Updated 4 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- A minimalistic async/await executor for Rust☆234Updated last year
- A sha1 implementation useable in const contexts☆88Updated last year
- Async stream for Rust and the futures crate.☆192Updated last month
- Bitmap types for Rust☆55Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆136Updated 2 weeks ago
- A fast Bloom filter implementation in Rust☆273Updated 3 weeks ago
- LRU cache settable via size or time to live☆107Updated 3 years ago
- Merged into https://github.com/dudykr/ddt☆91Updated 4 years ago
- memcache client for rust☆145Updated 3 months ago
- Async synchronization primitives☆279Updated 3 weeks ago
- This custom Rust allocator logs all memory actions for further analysis☆54Updated 5 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.