zonyitoo / context-rsLinks
Context utilities in Rust
☆94Updated 2 years ago
Alternatives and similar repositories for context-rs
Users that are interested in context-rs are comparing it to the libraries listed below
Sorting:
- LLVM wrappers for Rust☆69Updated 8 years ago
- Epoch-based garbage collection☆81Updated 7 years ago
- ☆137Updated last year
- Allocators in Rust☆317Updated 5 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- An object pool manager in Rust☆199Updated 4 years ago
- Collecting examples and information to help design a memory model for Rust.☆126Updated 6 years ago
- A pool of reusable values☆51Updated 6 years ago
- Benchmarks for the nom, the Rust parser combinators library☆128Updated last year
- GLL parsing framework.☆138Updated last year
- Rust macro to generate self-referential structs☆212Updated 4 years ago
- A flexible thread pool providing scoped and static threads.☆86Updated 6 years ago
- Project dependency manager☆74Updated 6 years ago
- A Bounded SPSC queue for Rust☆162Updated 2 years ago
- garbage collection☆324Updated 6 years ago
- Various compression algorithms written in rust.☆115Updated 5 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Experimental Rust QUIC implementation - moved to https://github.com/djc/quinn☆68Updated 7 years ago
- A very small GC in Rust, with a safe API☆63Updated last year
- Rust library that provides helpers for testing resilience of IO operations☆145Updated 3 years ago
- A zero-overhead Windows I/O library, focusing on IOCP☆117Updated 2 months ago
- A concurrent hash table for Rust☆61Updated 5 years ago
- Generic Atomic<T> type for Rust☆245Updated 2 months ago
- An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.☆176Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- A simple map based on a vector for small integer keys☆67Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆83Updated 4 months ago