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
- Host: GitHub
- URL: https://github.com/huonw/async-mmap-experiments
- Owner: huonw
- License: agpl-3.0
- Created: 2024-08-13T10:48:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T03:28:37.000Z (8 months ago)
- Last Synced: 2025-01-28T11:18:42.718Z (3 months ago)
- Topics: async-await, experiments, mmap
- Language: Rust
- Homepage: https://huonw.github.io/blog/2024/08/async-hazard-mmap/
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.