Shnatsel / bounds-check-cookbookLinks
Recipes for avoiding bounds checks in Rust, without unsafe!
☆116Updated 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☆156Updated this week
- Rust microbenchmarking harness based on paired-testing methodology☆130Updated 2 months ago
- Program startup and thread support written in Rust☆189Updated 2 months ago
- A concurrent, append-only vector.☆187Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Cargo subcommand for viewing LLVM optimization remarks.☆178Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆281Updated 4 months ago
- Discovering and describing Rust's design axioms☆74Updated last year
- Easy function multiversioning for Rust☆233Updated 7 months ago
- A Rust code linter☆217Updated last year
- A Vec That Has a Smaller size_of☆142Updated 4 months ago
- ☆261Updated 3 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- An IDE extension for debugging trait errors in Rust.☆186Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆99Updated 2 weeks ago
- Rust String Libraries by mcyoung☆192Updated 6 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- An SoA library for Rust☆146Updated 5 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆113Updated this week
- ☆113Updated 2 years ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Map data structure whose keys are stored as ranges☆92Updated last week
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- Execute Rust code carefully, with extra checking along the way☆440Updated last month
- Comparison of Rust string types☆152Updated this week
- Track and query Cargo dependency graphs.☆230Updated this week
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated 2 weeks ago