mike-barber / rust-zero-cost-abstractionsLinks
Testing out a Zero Cost Abstraction in Rust compared to similar approaches in C# and Java
☆48Updated 10 months ago
Alternatives and similar repositories for rust-zero-cost-abstractions
Users that are interested in rust-zero-cost-abstractions are comparing it to the libraries listed below
Sorting:
- ☆113Updated 2 years ago
- It executes futures☆57Updated 2 years ago
- Simple async reactor and executor for rust☆79Updated 2 months ago
- Heph is an actor library for Rust based on asynchronous functions.☆140Updated last week
- Choose Rust types at compile-time via constants☆67Updated last year
- An updated version of linked-hash-map and friends☆116Updated 2 months ago
- Educational Rust implemenation of Auction Sniper from Growing Object-Oriented Software, Guided By Tests☆43Updated last year
- A Platform-less, Runtime-less Actor Computing Model☆125Updated last year
- This is a Rust implementation for popular caches (support no_std).☆109Updated 4 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Alternative future adapters that provide cancel safety.☆64Updated last month
- A flexible and convenient high-level mmap for zero-copy file I/O.☆114Updated 4 months ago
- A faster Arc.☆70Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 3 weeks ago
- ☆93Updated last year
- ✴️ An experimental graph database☆112Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- A minimal and unopinionated actor framework for Rust.☆68Updated 2 years ago
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- Define your own PhantomData☆152Updated last month
- Run closures in parallel☆113Updated 5 months ago
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆34Updated 2 years ago
- Discovering and describing Rust's design axioms☆74Updated last year
- Some internal rustc tools made accessible☆47Updated 5 months ago
- A fast and flexible LRU map.☆189Updated 5 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 3 years ago