aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ItemProcessors.hs
Commit message (Collapse)AuthorAge
* compiler,viewer: register EPUB item typepacien2022-11-19
|
* compiler: register distinct markdown item typepacien2022-04-12
|
* compiler/ItemProcessors: register .webp as picture file extensionpacien2020-10-25
| | | | GitHub: closes #278
* compiler: reuse derived item properties from last compilationpacien2020-06-16
| | | | | | | | | | | | | | | | A benchmark on an already bulit gallery with ~600 pictures shows a ~90% speedup: Before: Time (mean ± σ): 2.879 s ± 0.125 s [User: 14.686 s, System: 5.511 s] Range (min … max): 2.774 s … 3.203 s 10 runs After: Time (mean ± σ): 289.5 ms ± 15.1 ms [User: 596.1 ms, System: 359.3 ms] Range (min … max): 272.8 ms … 323.0 ms 10 runs GitHub: closes #97
* compiler: split ItemProcessors, FileProcessors and Cachingpacien2020-06-16