Shnatsel / bounds-check-cookbookLinks
Recipes for avoiding bounds checks in Rust, without unsafe!
☆127Updated 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:
- Rust microbenchmarking harness based on paired-testing methodology☆143Updated 2 weeks ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆171Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆136Updated 5 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆188Updated last month
- Easy function multiversioning for Rust☆248Updated 11 months ago
- An ε-copy serialization/deserialization framework for Rust☆162Updated 2 weeks ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆311Updated 2 months ago
- A concurrent, append-only vector.☆205Updated 3 months ago
- Program startup and thread support written in Rust☆196Updated 3 weeks ago
- cargo-add command to make dependencies into dylibs☆102Updated 3 years ago
- ☆302Updated 2 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆264Updated this week
- A Rust code linter☆212Updated last year
- Discovering and describing Rust's design axioms☆78Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- A fast, concurrent string interner☆159Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- RcLite: small, fast, and memory-friendly reference counting for Rust☆194Updated last week
- Simple async reactor and executor for rust☆79Updated 7 months ago
- A fixed-size circular buffer written in Rust.☆131Updated 4 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆116Updated 3 weeks ago
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆103Updated 3 months ago
- Cargo extension for running Criterion.rs benchmarks☆208Updated 5 months ago
- Track and query Cargo dependency graphs.☆239Updated this week
- How fast can we recognize a word from a small pre-determined set?☆83Updated 9 months ago
- Lazy formatting utility macro for rust☆129Updated last year
- An SoA library for Rust☆156Updated 8 months ago
- Succinct data structures using very efficient rank and select☆127Updated last week