Shnatsel / bounds-check-cookbookLinks
Recipes for avoiding bounds checks in Rust, without unsafe!
☆115Updated 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
Sorting:
- High-precision and consistent benchmarking framework/harness for Rust☆155Updated this week
- Rust microbenchmarking harness based on paired-testing methodology☆126Updated 2 months ago
- Program startup and thread support written in Rust☆188Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆186Updated 3 months ago
- ☆259Updated 2 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆270Updated 4 months ago
- cargo-add command to make dependencies into dylibs☆100Updated 2 years ago
- Cargo subcommand for viewing LLVM optimization remarks.☆177Updated last year
- A concurrent, append-only vector.☆187Updated 3 weeks ago
- Deadlock free mutexes☆175Updated 3 months ago
- Discovering and describing Rust's design axioms☆74Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- A Vec That Has a Smaller size_of☆140Updated 4 months ago
- Rust String Libraries by mcyoung☆189Updated 5 months ago
- Comparison of Rust string types☆151Updated 3 weeks ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆254Updated 2 years ago
- A Rust code linter☆216Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated this week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- Easy function multiversioning for Rust☆231Updated 7 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 9 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- Experiments with structured concurrency in Rust☆374Updated 11 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 4 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Parallel processing with disjoint indices in Rust☆89Updated 2 months ago
- Simple async reactor and executor for rust☆80Updated 3 months ago
- An ε-copy serialization/deserialization framework for Rust☆149Updated 2 weeks ago
- Arbitrary precision floating point numbers library☆109Updated 4 months ago