Software:preload

From HandWiki
Revision as of 17:12, 8 November 2022 by Rtextdoc (talk | contribs) (link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Linux program for preloading frequently used files

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

References

External links