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:
- Easy function multiversioning for Rust☆234Updated 8 months ago
- High-precision and consistent benchmarking framework/harness for Rust☆157Updated this week
- Rust microbenchmarking harness based on paired-testing methodology☆136Updated this week
- A concurrent, append-only vector.☆192Updated 2 weeks ago
- Cargo subcommand for viewing LLVM optimization remarks.☆178Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 2 weeks ago
- Program startup and thread support written in Rust☆190Updated 3 months ago
- A Vec That Has a Smaller size_of☆142Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆251Updated 2 months ago
- ☆266Updated 3 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆290Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆191Updated 5 months ago
- A fast and flexible LRU map.☆192Updated 7 months ago
- A Rust code linter☆216Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆109Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated last month
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆113Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated this week
- Mirror of Rust's allocator api for use on stable rust☆63Updated 3 months ago
- Discovering and describing Rust's design axioms☆75Updated last year
- Rust String Libraries by mcyoung☆192Updated 7 months ago
- Simple async reactor and executor for rust☆80Updated 4 months ago
- An ε-copy serialization/deserialization framework for Rust☆154Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆185Updated 5 months ago
- Fast, concurrent, arena-based allocator with drop support☆139Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆213Updated this week
- Creates graphviz dependency graphs for Rust projects that use Cargo☆189Updated 2 months ago
- Small, fast, synchronization primitives☆249Updated 11 months ago