Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 338 Bytes

File metadata and controls

6 lines (5 loc) · 338 Bytes

PSMemoryMappedFileControl

Powershell functions to control memory mapped files for fast and secure data transfer via memory

  • Fast data transfer via small 5kb memory space block, no disk reading or writing, no windows registry using as cache
  • Secure data space with ACL security
  • Simple logging and console output for tests integrated