indexmap-rs / ringmapLinks
A hash table with deque-like order and fast iteration; access items by key or sequence index
☆16Updated last month
Alternatives and similar repositories for ringmap
Users that are interested in ringmap are comparing it to the libraries listed below
Sorting:
- Rust traits for key comparison in maps.☆37Updated 11 months ago
- Track memory allocations by backtrace or originating thread☆47Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated 2 weeks ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆67Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Fast JSON deserialization on borrowed data☆123Updated 2 months ago
- 🦕 Add dyn compatible variant to your async trait!☆72Updated 5 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- Reports when tokio runtime threads are blocking☆66Updated last year
- Serde Visitor for deserializing untagged enums☆69Updated last month
- Simple async codec for rkyv. Reuses streaming buffer for maximum speed!☆41Updated 8 months ago
- Streaming JSON reader and writer written in Rust☆89Updated last week
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Utilities for working with impl traits in Rust.☆121Updated last year
- A global executor built on top of async-executor and smol☆76Updated 5 months ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆22Updated 4 years ago
- Deserialization library with focus on error handling☆49Updated 4 months ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Automatic cfg for Rust compiler features☆111Updated 7 months ago
- Minimal async cache in Rust with support for key expirations☆55Updated 8 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- It executes futures☆57Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Human-friendly indexed collections☆56Updated 3 months ago
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- A lightweight attribute macro for easily writing extension trait pattern.☆87Updated 3 weeks ago
- futures-buffered☆46Updated this week
- Define your own PhantomData☆158Updated last month