rayon-rs / rayon-hashLinks
Parallel HashMap and HashSet for Rust
☆56Updated 6 years ago
Alternatives and similar repositories for rayon-hash
Users that are interested in rayon-hash are comparing it to the libraries listed below
Sorting:
- A cache that holds a limited number of key-value pairs☆84Updated 3 years ago
- A simple map based on a vector for small integer keys☆67Updated last year
- Rust's built-in testing and benchmarking framework☆60Updated 4 years ago
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 9 months ago
- Concurrent hash trie☆58Updated 5 years ago
- Run closures in parallel☆115Updated 10 months ago
- ☆88Updated 2 weeks ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Native TLS for futures and async-std☆72Updated 5 months ago
- Utilities for pinning☆97Updated last year
- Utilities for concurrent programming☆37Updated 7 years ago
- Epoch-based garbage collection☆81Updated 7 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 9 months ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 6 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 6 months ago
- skiplist☆144Updated 4 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Concurrent work-stealing deque