Amanieu / parking_lot
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
☆2,821Updated 6 months ago
Alternatives and similar repositories for parking_lot:
Users that are interested in parking_lot are comparing it to the libraries listed below
- A safe and fast multi-producer, multi-consumer channel.☆2,504Updated 2 months ago
- A binary encoder / decoder implementation in Rust.☆2,779Updated this week
- Utilities for working with bytes☆1,961Updated this week
- Rust port of Google's SwissTable hash map☆2,527Updated last week
- Parser for Rust source code☆2,972Updated last week
- Blazing fast concurrent HashMap for Rust.☆3,206Updated 2 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆2,819Updated 2 weeks ago
- Subcommand to show result of macro expansion☆2,752Updated this week
- Compile time static maps for Rust☆1,864Updated last week
- Concurrency permutation testing tool for Rust.☆2,209Updated 3 weeks ago
- Type erasure for async trait methods☆1,889Updated last week
- A small macro for defining lazy evaluated static variables in Rust.☆1,954Updated 3 weeks ago
- derive(Error) for struct and enum error types☆4,685Updated last week
- Rust library for single assignment cells and lazy statics without macros☆1,901Updated 3 months ago
- async fn(Request) -> Result<Response, Error>☆3,630Updated 3 weeks ago
- A small and fast async runtime for Rust☆3,825Updated last month
- Parse command line arguments by defining a struct.☆2,717Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,832Updated last month
- Rust cache structures and easy function memoization☆1,625Updated 2 months ago
- Zero-copy deserialization framework for Rust