fitzgen / associative-cache
A generic, fixed-size, associative cache
☆40Updated 5 months ago
Alternatives and similar repositories for associative-cache:
Users that are interested in associative-cache are comparing it to the libraries listed below
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 3 weeks ago
- ☆45Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- Make any value Sync but only available on its original thread☆39Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆44Updated 3 years ago
- ☆55Updated last year
- Lending iterators on stable Rust☆82Updated last year
- ☆36Updated 8 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- ☆47Updated 4 years ago
- Make trait methods callable without the trait in scope☆136Updated last month
- The simd optimized escape code☆53Updated this week
- Completion futures for Rust☆19Updated 2 years ago
- Declarative parsing for Rust, using a custom derive and nom☆66Updated last year
- Proc macro for smol async runtime☆53Updated 4 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- docs.rs as a publishing platform?☆68Updated last month
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 2 weeks ago
- Arena allocator and a handful of useful data structures☆40Updated 5 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated last month
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- Concurrent hash trie☆51Updated 4 years ago
- Advisory cross-platform file locks using file descriptors☆77Updated 3 weeks ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago