Article · Wikipedia archive · Last revised Jun 17, 2026

Preload (software)

preload is a free Linux program which runs as a daemon to record statistics about usage of files by more frequently-used programs. This information is then used to keep these files preloaded into memory. This results in faster application startup times as less data needs to be fetched from disk. preload is often paired with prelink. preload was written by Behdad Esfahbod and uses Markov chains in its implementation.

Last revised
Jun 17, 2026
Read time
≈ 1 min
Length
98 w
Citations
1
Source

preload is a free Linux program which runs as a daemon to record statistics about usage of files by more frequently-used programs. This information is then used to keep these files preloaded into memory.1 This results in faster application startup times as less data needs to be fetched from disk. preload is often paired with prelink. preload was written by Behdad Esfahbod and uses Markov chains in its implementation.

See also

See also

References

References

External links