diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 20:02:06 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:02:06 +0200 |
commit | 90500bd86f52dcc9d4bbe26e150d647175675f81 (patch) | |
tree | 9fd3b325533b90aaaeb1c874fc72eab95297b077 /system/preload/README | |
parent | 96025eb035a7f510c30a01b923d644ae56479bc7 (diff) |
system/preload: Added to 12.0 repository
Diffstat (limited to 'system/preload/README')
-rw-r--r-- | system/preload/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/preload/README b/system/preload/README new file mode 100644 index 000000000000..9cfbb372b5e2 --- /dev/null +++ b/system/preload/README @@ -0,0 +1,4 @@ +Preload is an adaptive readahead daemon. It monitors applications +that users run, and by analyzing this data, predicts what apps +users might run, and fetches those binaries and their dependencies +into memory for faster startup times. |