Consider using memfd_create instead of shm_open in MemoryMappedFile if it's available #92905
Labels
area-System.IO
help wanted
[up-for-grabs] Good issue for external contributors
in-pr
There is an active PR which will close this issue when it is merged
os-linux
Linux OS (any supported distro)
tenet-performance
Performance related issue
Milestone
When this code was originally written, memfd_create didn't exist. Now that it does, we can consider using it instead of shm_open if it's available (e.g. on Linux)
The text was updated successfully, but these errors were encountered: