intvsteve / VINTage

Various Intellivision-related projects, including the LTO Flash! User Interface application.
GNU General Public License v2.0
3 stars 1 forks source link

Use FileMemo to cache parsed CFGVAR metadata #250

Open intvsteve opened 5 years ago

intvsteve commented 5 years ago

The present caching option is primitive for metadata parsed from .cfg files. Implementation really should use a FileMemo<> to keep parsed metadata and only re-parse if file changes.