PierUgit / fmmap

Memory Mapped files in Fortran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Closing the file right after mapping

PierUgit opened this issue · comments

Currently the file remains opened until the mapping is destroyed. In principle it could be closed right after the mapping is created, on both posix and Windows (this has to be tested nonetheless).

On the other hand I can't see any obvious drawback to keep the file opened... So not a priority

done