Shnatsel / bounds-check-cookbookLinks
Recipes for avoiding bounds checks in Rust, without unsafe!
☆119Updated 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☆160Updated this week
- Rust microbenchmarking harness based on paired-testing methodology☆139Updated 3 weeks ago
- Cargo subcommand for viewing LLVM optimization remarks.☆183Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆298Updated 3 weeks ago
- Program startup and thread support written in Rust☆192Updated 4 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆130Updated 3 months ago
- An IDE extension for debugging trait errors in Rust.☆257Updated last week
- Easy function multiversioning for Rust☆237Updated 9 months ago
- ☆272Updated 4 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆257Updated last month
- A Rust code linter☆216Updated last year
- Execute Rust code carefully, with extra checking along the way☆447Updated 3 weeks ago
- Rust String Libraries by mcyoung☆192Updated 7 months ago
- A concurrent, append-only vector.☆196Updated last month
- Discovering and describing Rust's design axioms☆75Updated last year
- Reflection via DWARF.☆297Updated 2 years ago
- Track and query Cargo dependency graphs.☆234Updated 2 weeks ago
- Comparison of Rust string types☆158Updated last week
- Deadlock free mutexes☆177Updated 5 months ago
- A crate to help you go wide. By which I mean use SIMD stuff.☆417Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆253Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆272Updated 3 weeks ago
- Small, fast, synchronization primitives☆250Updated last year
- Lazy formatting utility macro for rust☆128Updated last year
- cargo-add command to make dependencies into dylibs☆100Updated 2 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆434Updated 3 months ago
- A fast, concurrent string interner☆152Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated this week
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 11 months ago