This defeats the purpose of memory mapped files. Shouldn't the GC be able to manage it if I keep a pointer into it.I am closing them because the OS has a limit in how many it can open, either way the memory is still there isn't it ?
Keeping data from memory mapped files
Alexibu via Digitalmars-d-learn Thu, 31 Aug 2023 20:56:47 -0700
Why do I need to copy data out of memory mapped files to avoid
seg faults.
- Keeping data from memory mapped files Alexibu via Digitalmars-d-learn
- Re: Keeping data from memory mappe... H. S. Teoh via Digitalmars-d-learn