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.
Apache License 2.0
61 stars 17 forks source link

Adds support for sequential/random access hints via madvise() on Linux #41

Closed vigna closed 10 months ago

StephanvanSchaik commented 10 months ago

This looks good. Thank you!