← Back to context

Comment by piker

3 days ago

Oh, yes, that is also a cheat code to render them quicker -- it downsamples the render to save time. That will improve in future versions as Tritium uses spare cycles to increase the resolution.

^ yes it does greedily ingest the PDFs to allow for instantaneous search. What it needs (and doesn't yet do) is at least multi-thread that parsing step to get a 2-4x speedup.

I also noticed when i opened a folder with hundreds of big pdf's it choked on it

seems you're doing work on all files when loading, you should be more like lazy-loading?