Shnatsel / bounds-check-cookbook
Recipes for avoiding bounds checks in Rust, without unsafe!
☆110Updated 2 years ago
Alternatives and similar repositories for bounds-check-cookbook:
Users that are interested in bounds-check-cookbook are comparing it to the libraries listed below
- Rust microbenchmarking harness based on paired-testing methodology☆85Updated 2 months ago
- A concurrent, append-only vector.☆153Updated 2 weeks ago
- High-precision and consistent benchmarking framework/harness for Rust☆130Updated last week
- Cargo subcommand for viewing LLVM optimization remarks.☆174Updated 10 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆235Updated 2 weeks ago
- Program startup and thread support written in Rust☆182Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆150Updated 3 weeks ago
- ☆235Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆230Updated 2 months ago
- Parallel processing with disjoint indices in Rust☆88Updated 9 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆124Updated 9 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆119Updated 6 months ago
- Rust String Libraries by mcyoung☆177Updated 2 months ago
- A Rust code linter☆211Updated 9 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated 3 weeks ago
- SIMD base64 codecs☆81Updated last year
- Fantastic serialization library☆159Updated 10 months ago
- A fast, concurrent string interner☆149Updated 7 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆181Updated 5 months ago
- cargo-add command to make dependencies into dylibs☆98Updated 2 years ago
- Small, fast, synchronization primitives☆244Updated 6 months ago
- A fast and flexible LRU map.☆180Updated 3 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆86Updated this week
- Use bitsized types as if they were a feature of rust.☆180Updated 10 months ago
- Easy function multiversioning for Rust☆221Updated 3 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆180Updated last week
- Experiments with structured concurrency in Rust☆355Updated 8 months ago
- An IDE extension for debugging trait errors in Rust.☆108Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆259Updated 3 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆100Updated 3 months ago