Shnatsel / bounds-check-cookbookLinks
Recipes for avoiding bounds checks in Rust, without unsafe!
☆126Updated 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☆140Updated last week
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆165Updated this week
- Cargo subcommand for viewing LLVM optimization remarks.☆184Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆173Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 4 months ago
- A concurrent, append-only vector.☆201Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 3 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆259Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- An ε-copy serialization/deserialization framework for Rust☆158Updated this week
- Program startup and thread support written in Rust☆193Updated 4 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated last month
- Easy function multiversioning for Rust☆238Updated 9 months ago
- An IDE extension for debugging trait errors in Rust.☆273Updated 3 weeks ago
- ☆277Updated 3 weeks ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 11 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆110Updated last month
- Discovering and describing Rust's design axioms☆77Updated last year
- A Rust code linter☆216Updated last year
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆101Updated 2 months ago
- Map data structure whose keys are stored as ranges☆95Updated 3 weeks ago
- Lazy formatting utility macro for rust☆129Updated last year
- A fast, concurrent string interner☆153Updated last year
- A faster Arc.☆75Updated last year
- Tiny Rust Async Linux Executor☆104Updated 5 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- cargo-add command to make dependencies into dylibs☆102Updated 3 years ago
- Rust String Libraries by mcyoung☆193Updated 8 months ago
- Reflection via DWARF.☆297Updated 2 years ago