lovesegfault / cache-size
A Rust library to quickly get the size and line size of your CPU caches.
☆26Updated last month
Related projects ⓘ
Alternatives and complementary repositories for cache-size
- Faster, more flexible and more correct alternative to core::fmt☆39Updated 4 years ago
- Safe wrapper for initializing arrays☆72Updated last year
- ☆60Updated 7 years ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- ☆54Updated 3 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Advisory cross-platform file locks using file descriptors☆76Updated 10 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆49Updated 3 months ago
- Serialization value trees☆43Updated 3 months ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆34Updated 11 months ago
- ☆31Updated 4 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆42Updated 3 weeks ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated 6 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 11 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- Stack-allocated trait objects☆18Updated 2 years ago
- A structure for holding a set of enum variants☆20Updated 5 years ago
- Parse integers directly from `[u8]` slices in safe code