mike-barber / rust-zero-cost-abstractionsLinks
Testing out a Zero Cost Abstraction in Rust compared to similar approaches in C# and Java
☆48Updated last year
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:
- Heph is an actor library for Rust based on asynchronous functions.☆150Updated last month
- ☆94Updated 2 years ago
- ☆112Updated 2 years ago
- Simple async reactor and executor for rust☆78Updated 9 months ago
- A minimal and unopinionated actor framework for Rust.☆68Updated 3 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- An updated version of linked-hash-map and friends☆139Updated 2 months ago
- Data parallelism library for async-std.☆96Updated last year
- Hazard pointers in Rust.☆215Updated last month
- Easy IO for Rust☆103Updated 4 years ago
- generators☆211Updated 2 years ago
- A Platform-less, Runtime-less Actor Computing Model☆126Updated last year
- This is a Rust implementation for popular caches (support no_std).☆113Updated 11 months ago
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆135Updated 3 years ago
- docs.rs as a publishing platform?☆71Updated last month
- An alternative implementation of std::LinkedList☆61Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- A parallelized Rust port of crumsort☆169Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- A working Rust example for how to implement Borrow for complex keys☆74Updated last year
- Choose Rust types at compile-time via constants☆69Updated last year
- Comparison of Rust string types☆164Updated last month
- Versioned data-structures for Rust☆208Updated 10 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Small, fast, synchronization primitives☆254Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 2 months ago