An open API service indexing awesome lists of open source software.

https://github.com/huonw/async-mmap-experiments


https://github.com/huonw/async-mmap-experiments

async-await experiments mmap

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Async mmap experiments

Investigations on the interactions between `mmap` and co-operative concurrency (`async`/`await`), for

This is a one-off artifact to satisfy my curiousity, that isn't designed for future use. If you really want to play, running `create-files.sh` and `cargo run --release` is probably a good starting point.