calebzulawski / multiversionLinks
Easy function multiversioning for Rust
☆251Updated last year
Alternatives and similar repositories for multiversion
Users that are interested in multiversion are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆385Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Small, fast, synchronization primitives☆254Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆291Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Cargo subcommand for viewing LLVM optimization remarks.☆202Updated 2 months ago
- Reflection via DWARF.☆298Updated 2 years ago
- Count lines of LLVM IR per generic function☆492Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆390Updated 3 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆215Updated this week
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- Generic Atomic<T> type for Rust☆246Updated 3 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆265Updated last month
- Macro to generate bitfields for structs that allow for modular use of enums.☆217Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆317Updated 5 months ago
- offsetof for Rust☆229Updated last year
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks ago
- ☆314Updated last month
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆259Updated 6 months ago
- Manual segmented stacks for Rust☆330Updated this week
- A command line tool for comparing benchmarks run by Criterion.☆258Updated last year
- A Rust proc_macro_attribute to outline conversions from generic functions☆281Updated 3 weeks ago
- ☆314Updated 3 months ago
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆210Updated this week
- Easy code duplicate with substitution for Rust☆252Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago