Shnatsel / bounds-check-cookbookLinks
Recipes for avoiding bounds checks in Rust, without unsafe!
☆131Updated 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☆144Updated last month
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆172Updated this week
- Cargo subcommand for viewing LLVM optimization remarks.☆189Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 3 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 6 months ago
- Easy function multiversioning for Rust☆249Updated last year
- A concurrent, append-only vector.☆206Updated 3 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆267Updated 3 weeks ago
- A Rust code linter☆212Updated last year
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆325Updated 3 months ago
- Program startup and thread support written in Rust☆196Updated last month
- Deadlock free mutexes☆177Updated 8 months ago
- Discovering and describing Rust's design axioms☆78Updated last year
- ☆309Updated 3 weeks ago
- An ε-copy serialization/deserialization framework for Rust☆164Updated last month
- How fast can we recognize a word from a small pre-determined set?☆83Updated 10 months ago
- Simple async reactor and executor for rust☆78Updated 8 months ago
- Rust String Libraries by mcyoung☆197Updated 10 months ago
- A faster Arc.☆76Updated last year
- A fast, concurrent string interner☆161Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 2 weeks ago
- An IDE extension for debugging trait errors in Rust.☆300Updated 2 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 3 months ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Execute Rust code carefully, with extra checking along the way☆453Updated this week
- ☆113Updated 2 years ago
- An atomically updatable Arc for lock-free concurrency.☆185Updated 3 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆288Updated last week