StephanvanSchaik / mmap-rs
A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.
☆61Updated 9 months ago
Related projects ⓘ
Alternatives and complementary repositories for mmap-rs
- A faster Arc.☆49Updated 9 months ago
- Trying to create Sync bump allocator☆28Updated this week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆105Updated 9 months ago
- Faster integer division and modulus operations☆70Updated last year
- Object Pool LockFree in Rust☆45Updated 6 months ago
- A Rust implementation of OS provided synchronization primitives☆53Updated last year
- ☆37Updated 2 months ago
- Map data structure whose keys are stored as ranges☆77Updated 8 months ago
- Lending iterators on stable Rust☆80Updated 10 months ago
- Threadsafe RefCell for Rust☆88Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated last year
- A lock-free memory allocator☆50Updated this week
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆40Updated 2 years ago
- A low-level I/O ownership and borrowing library☆99Updated 11 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆74Updated last year
- structured parallel execution for async Rust☆30Updated 3 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated 8 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆131Updated 3 months ago
- a cross-platform library for opening OS pipes in Rust☆99Updated last month
- ☆40Updated 2 months ago
- The missing compound borrowing for Rust.☆57Updated 5 months ago
- A concise, self-describing binary format written in Rust for Serde☆60Updated 3 months ago
- A modern and lightweight implementation of arbitrary integers for Rust☆32Updated 2 months ago
- Track memory allocations by backtrace or originating thread☆41Updated this week
- cargo-add command to make dependencies into dylibs☆90Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆40Updated 6 months ago
- Generated bindings for Linux's userspace API☆49Updated last month
- Better reference counted strings for Rust☆114Updated 4 months ago
- Library safely exposing the io_uring API.☆54Updated 2 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆113Updated last month