Confirmed users
381
edits
(Created page with 'StartupCache is a replacement for Fastload. It is meant to reside in the profile directory and provide a convient API to store continious chunks of data in it. I think we can u…') |
No edit summary |
||
| Line 12: | Line 12: | ||
* Single mmaped cache file to reduce file io | * Single mmaped cache file to reduce file io | ||
* Will be suitable for everything that's currently stored in fastload + manifest cache + pref cache + etc | * Will be suitable for everything that's currently stored in fastload + manifest cache + pref cache + etc | ||
Cache's filename should be: | |||
startup.<endianness>.<wordsize>.cache to avoid issues with people moving profiles between machines | |||