Add mmap (memory map) support
Package | “mmap” Flag Description |
---|---|
dev-haskell/juicypixels | Enable the file loading via mmap (memory map) |
media-libs/xine-lib | Use mmap() function while reading file from local disks. Using mmap() will use more virtual memory space, but leaves to the Kernel the task of caching the file's data. mmap() access should be faster, but might misbehave if the device where the file resides in is removed during playback. |
net-dns/nsd | Use mmap(2) instead of malloc(3); currently experimental |