summaryrefslogtreecommitdiff
path: root/src/Index.hs
Commit message (Collapse)AuthorAge
* Generate renderer functions using THTom Smeding2026-05-10
| | | | | | These take (and project from) a data type instead of hash maps, _and_ use text-builder-linear, _and_ have the full template inlined. The result is that this is the fastest renderer yet.
* Make genEventID 5x as fastTom Smeding2026-05-10
| | | | | | showIntAtBase wasn't inlined, so not specialised to Word64, so all the arithmetic went via typeclasses (inluding a number of fromIntegral @Word64 @Int, which went via Integer).
* Instrument handler blocksTom Smeding2026-05-08
|
* Eliminate some thunksTom Smeding2026-05-08
| | | | This saves ALL the memory; all files were previously kept in memory
* Remove some debug printsTom Smeding2026-04-09
|
* Timestamp links on calendar-day pageTom Smeding2026-04-08
|
* I a few lettersTom Smeding2026-04-07
| | | | Thanks Daniel
* Event hotlinkingTom Smeding2026-04-07
|
* Log watchingTom Smeding2026-04-06
|
* Calendar viewTom Smeding2026-04-03
|
* Cache, drop chronosTom Smeding2026-04-01
|
* InitialTom Smeding2026-03-29