Conversation

Jarkko Sakkinen

Edited 14 days ago

vm-memory is really cool and should be IMHO part of stdlib :-) best way to map files and other memory so far in #Rust.

Some project types where you absolutely need memory mapped I/O are:

  • Operating Systems
  • Database Management Systems
  • Virtual Machine Managers
  • Game Engines
  • Digital Audio Workstations

I.e. anything with high scalability, high availability and in real-time processing low latency.

#rustlang

0
1
1