zakarumych / amityLinks
Concurrency algorithms
☆11Updated 6 months ago
Alternatives and similar repositories for amity
Users that are interested in amity are comparing it to the libraries listed below
Sorting:
- A sanity checker for global allocations in Rust☆52Updated last month
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- A generic, fixed-size, associative cache☆39Updated 11 months ago
- ☆23Updated 7 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A trait + derive to recursively compute / print the memory usage of a data structure.☆36Updated 2 weeks ago
- Zero-cost bitsets over native Rust types☆79Updated 7 months ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Integer types with customizable niche values☆49Updated 11 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Rust macro to make recursive function run on the heap (i.e. no stack overflow).☆24Updated 4 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated 11 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 weeks ago
- Byte-wise atomic memcpy.☆38Updated 2 weeks ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 weeks ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- ☆57Updated 3 years ago
- Automatically generates conversions between an enum type and any other type☆11Updated 2 years ago
- ☆31Updated 5 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Trait-agnostic derive macros☆27Updated 8 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated last week
- Efficient byte-stream pipe buffer☆43Updated last year
- A growable bit-vector for Rust, optimized for size☆45Updated 8 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago