Add mmap (memory map) support
| Package | Local Description (use.local.desc) | Metadata Description (metadata.xml) |
|---|---|---|
| dev-haskell/juicypixels | Enable the file loading via mmap (memory map) | Enable the file loading via mmap (memory map) |
| media-libs/libao | - | - |
| 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. | 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 | Use mmap(2) instead of malloc(3); currently experimental |