zakarumych / amityLinks
Concurrency algorithms
☆11Updated 3 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☆51Updated 4 months ago
- Unbuffered and unlocked I/O streams☆45Updated 5 months ago
- Faster integer division and modulus operations☆87Updated last month
- ☆23Updated 7 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆42Updated 3 weeks ago
- Zero-cost bitsets over native Rust types☆78Updated 4 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Rust macro to make recursive function run on the heap (i.e. no stack overflow).☆24Updated 2 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Integer types with customizable niche values☆48Updated 8 months ago
- A generic, fixed-size, associative cache☆40Updated 8 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Detect unused pub methods in a Rust workspace☆39Updated 5 months ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- Automatically generates conversions between an enum type and any other type☆11Updated 2 years ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 5 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Rust String type with configurable byte storage.☆35Updated 10 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 5 months ago
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated this week
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 8 months ago
- Lending iterators on stable Rust☆83Updated last year
- A wrapper type for cross-type numeric comparisons.☆27Updated 2 years ago