calebzulawski / multiversionLinks
Easy function multiversioning for Rust
☆228Updated 6 months ago
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☆368Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆238Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated this week
- Delegation of trait implementations via procedural macros☆267Updated 11 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆268Updated 2 months ago
- Conditional compilation according to rustc compiler version☆366Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last week
- High-precision and consistent benchmarking framework/harness for Rust☆148Updated this week
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 3 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- a lock-free concurrent slab (experimental)☆285Updated 5 months ago
- Graph the number of crates that depend on your crate over time☆249Updated 2 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆136Updated last year
- Count lines of LLVM IR per generic function☆454Updated 4 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆177Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆188Updated last week
- Small, fast, synchronization primitives☆246Updated 9 months ago
- ☆200Updated 5 months ago
- Cargo extension for running Criterion.rs benchmarks☆202Updated last month
- Macro to generate bitfields for structs that allow for modular use of enums.☆193Updated last month
- A fast, concurrent string interner☆150Updated 10 months ago
- Generic Atomic<T> type for Rust☆235Updated this week
- ☆284Updated 4 months ago
- A simple bitset container for Rust☆143Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆121Updated last month
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆234Updated 5 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆184Updated 2 months ago
- in-place allocation-reusing queues for Rust☆373Updated last year
- a smaller, faster and panic-free alternative to core::fmt☆369Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month