1
1
mirror of https://github.com/mgree/ffs.git synced 2024-08-17 15:20:43 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Michael Greenberg
b9c6644312
Lazy loading (#50)
Lazy implementation is now the default. Use `--eager` to force ffs to construct the entire filesystem on startup.

NB that lazy loading is not the same as lazy parsing. There's still plenty of savings left on the table.

There is some unwelcome code duplication in saving to accommodate type-level jiggery pokery.
2021-10-01 07:57:58 -07:00