Skip to content

magic-cap/mmap_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We’ve been doing manual block handling with explicit read,encrypt,write so we can work with files larger than system memory.

Could mmap be a better way?

A quick search turned up memmap2, let’s try that one?

OS support

  • [X] linux
  • [X] mac
  • [X] windows

all three are tested in memmap2 github actions

About

learn how mmap works in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors