aboutsummaryrefslogtreecommitdiff
path: root/src/cache.gleam
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Simplify cache loading with filter_map and dict.from_listFuwn6 days1-26/+25
|
* refactor: Tighten naming, drop dead paths, reject empty namesFuwn6 days1-3/+1
|
* perf: Reduce per-request work and I/O in render pipelineFuwn2026-04-171-44/+53
|
* feat(svg): Pre-encoding Base64 stringsFuwn2026-01-021-2/+6
|
* feat(cache): Add error logsFuwn2025-07-011-16/+30
|
* feat: Pre-cache themes in memoryFuwn2025-07-011-0/+65