| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Caching whether named autoloaded files are missing | Luke Kanies | 2009-05-20 | 1 | -0/+14 |
| | | | | | | | | | This is the big win, because it causes us to just skip the whole loading infrastructure, including skipping looking through the modulepath. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Adding caching of file metadata to the autoloader | Luke Kanies | 2009-05-20 | 1 | -0/+97 |
| The cache isn't actually used yet - this just adds all of the plumbing. It was found that stat'ing files that didn't exist could take up to 85% of a run, so this is progress toward getting rid of those stats. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
