| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2008.11.15 17:07 "Re: Memory leak (TIFFOpen, TIFFReadTile)?", by Craig BruceBob Friesenhahn <bfriesen@simple.dallas.tx.us> wrote: > Memory mapped files are much faster provided that the system has > adequate RAM to cache the whole file, and the file is read repeatedly. > Computer RAM has become quite cheap so computers are commonly comming > with multiple gigabytes of RAM. This changes the equation. Every modern kernel will cache file content in memory no matter what access mode is used. However, ordinary access modes don't have the pathological thrashing problem that memory-mapped access does. --------------------------+----------------------+-------------------------- Dr. Craig S. Bruce | Ph 819-771-8303 x205 | CubeWerx Inc. Senior Software Developer | Fax 819-771-8388 | Gatineau, Québec, Canada csbruce@cubewerx.com | http://csbruce.com/ | http://www.cubewerx.com/ --------------------------+----------------------+-------------------------- "New studies show that 100% of all smokers die." |
|||||||