Y
Hacker News
new
|
ask
|
show
|
jobs
by
vlovich123
1716 days ago
Which OSes does this run on that doesn’t have some kind of mmap operation?
1 comments
haydnv
1716 days ago
It should work on Windows (because tokio::fs works on Windows) although I have not personally tested this
link
julian37
1716 days ago
You can do mmap on Windows, eg.
https://github.com/danburkert/memmap-rs
link