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.☆189Updated this week
- Cargo subcommand for viewing LLVM optimization remarks.☆193Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 6 months ago
- A concurrent, append-only vector.☆208Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Easy function multiversioning for Rust☆251Updated last year
- Program startup and thread support written in Rust☆196Updated 2 months ago
- Discovering and describing Rust's design axioms☆79Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆329Updated 4 months ago
- Rust String Libraries by mcyoung☆197Updated 11 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆271Updated last month
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- A Rust code linter☆213Updated last year
- An atomically updatable Arc for lock-free concurrency.☆188Updated last month
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆116Updated 3 weeks ago
- Map data structure whose keys are stored as ranges☆100Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last week
- A faster Arc.☆76Updated last year
- Simple async reactor and executor for rust☆78Updated 8 months ago
- Reflection via DWARF.☆298Updated 2 years ago
- Experiments with structured concurrency in Rust☆401Updated last year
- ☆311Updated last month
- How fast can we recognize a word from a small pre-determined set?☆83Updated 11 months ago
- A fast, concurrent string interner☆162Updated last year
- Deadlock free mutexes☆177Updated 8 months ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Parallel processing with disjoint indices in Rust☆90Updated 8 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆289Updated last month