LukasKalbertodt / stable-vecLinks
A Vec-like collection which guarantees stable indices and features O(1) deletion of elements
☆21Updated last year
Alternatives and similar repositories for stable-vec
Users that are interested in stable-vec are comparing it to the libraries listed below
Sorting:
- Take a value atomically once.☆30Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 weeks ago
- Simple and fast async channels☆18Updated last year
- A newtype with alignment of at least `A` bytes☆32Updated 8 months ago
- Cross-platform, endian-aware primitives for Rust☆41Updated last month
- Byte-wise atomic memcpy.☆38Updated 2 weeks ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆41Updated 3 months ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆69Updated 2 months ago
- Efficient byte-stream pipe buffer☆43Updated last year
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆41Updated last year
- Full precision decimal representation of f64☆26Updated last month
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 2 months ago
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- myrrlyn’s wyzyrdly library☆25Updated last year
- ☆36Updated last year
- A map implementation that relies on fixed-size storage derived by a procedural macro☆50Updated last month
- A radioactive stabilization of the ptr_meta RFC.☆33Updated last month
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago
- A primitive for writing structural search and replace programs for rust☆32Updated last month
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- A dynamic library helper for rust crates☆36Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Convert number to enum☆87Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Pretty backtraces for rust☆15Updated 4 years ago