calebzulawski / multiversion
Easy function multiversioning for Rust
☆211Updated last month
Alternatives and similar repositories for multiversion:
Users that are interested in multiversion are comparing it to the libraries listed below
- Statically-checked alternatives to RefCell and RwLock☆367Updated 7 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆139Updated last year
- Conditional compilation according to rustc compiler version☆346Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆255Updated last month
- Generic Atomic<T> type for Rust☆225Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆222Updated last week
- a lock-free concurrent slab (experimental)☆278Updated last month
- offsetof for Rust☆225Updated 10 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆278Updated 5 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆177Updated 2 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆401Updated 2 months ago
- Reflection via DWARF.☆296Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆191Updated last week
- Cargo subcommand for viewing LLVM optimization remarks.☆173Updated 8 months ago
- a smaller, faster and panic-free alternative to core::fmt☆352Updated 11 months ago
- A scope for async_std and tokio to spawn non-static futures☆125Updated 8 months ago
- Delegation of trait implementations via procedural macros☆261Updated 6 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- A crate to help you go wide. By which I mean use SIMD stuff.☆322Updated 3 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆216Updated 2 weeks ago
- A simple Cross-platform thread schedule and priority library for rust.☆117Updated 2 months ago
- Faster, more compact implementation of std::Cow☆342Updated last year
- Count lines of LLVM IR per generic function☆420Updated this week
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆157Updated this week
- ☆255Updated last month
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆160Updated this week
- Thermite SIMD: Melt your CPU☆154Updated 3 years ago