servo / smallbitvecLinks
A growable bit-vector for Rust, optimized for size
☆42Updated 4 months ago
Alternatives and similar repositories for smallbitvec
Users that are interested in smallbitvec are comparing it to the libraries listed below
Sorting:
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- ☆47Updated 4 years ago
- The simd optimized escape code☆54Updated last week
- ☆57Updated last year
- Rust String type with configurable byte storage.☆35Updated 9 months ago
- A simple map based on a vector for small integer keys☆66Updated 7 months ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 3 months ago
- A generic, fixed-size, associative cache☆40Updated 8 months ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- Proc macro for smol async runtime☆53Updated 4 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Make any value Sync but only available on its original thread☆39Updated 4 months ago
- ☆48Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Non-interleaving multithreaded output queue☆71Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- ☆36Updated 11 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- Rust HashSet with insertion ordering☆42Updated 6 months ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- lonely is a no_std+alloc+no TLS task executor for the Rust async/await ecosystem, focused on minimizing cross-core synchronization overhe…☆19Updated 5 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 11 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago