eldruin / wyhash-rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
☆99Updated 6 months ago
Alternatives and similar repositories for wyhash-rs:
Users that are interested in wyhash-rs are comparing it to the libraries listed below
- Better reference counted strings for Rust☆118Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated last month
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- A simple bitset container for Rust☆131Updated 3 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆119Updated 3 months ago
- Make trait methods callable without the trait in scope☆135Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆225Updated 3 weeks ago
- An updated version of linked-hash-map and friends☆109Updated 2 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Threadsafe RefCell for Rust☆90Updated last year
- Generic Atomic<T> type for Rust☆226Updated last year
- Migrated to Codeberg☆80Updated last year
- Automatic cfg for Rust compiler features☆95Updated 4 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆139Updated 6 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆131Updated 2 months ago
- Easy function multiversioning for Rust☆211Updated 2 months ago
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 2 weeks ago
- rust library for formatting dynamic strings☆148Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆75Updated 5 months ago
- Convert closures into wakers☆45Updated last month
- Automatically implement traits for common smart pointers☆105Updated last month
- rust bindings of snmalloc☆126Updated 2 weeks ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- Serialisable closures for Rust.☆64Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated 2 months ago
- Extract differences between arbitrary datastructures☆84Updated 10 months ago
- Compile-time string operations☆90Updated this week
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 6 months ago