add LRU cache

This commit is contained in:
Marko Andjelic 2026-07-05 01:45:47 +01:00
commit da70b3ccf2
Signed by: marko
GPG key ID: 9C5E99C8C682FB59
3 changed files with 31 additions and 3 deletions

View file

@ -19,5 +19,7 @@ initialState title path =
stZoom = 1.0,
stTitle = title,
stBookPath = path,
stGen = 0
stGen = 0,
stUse = M.empty,
stTick = 0,
}