Comment by piker

2 days ago

I'm not sure I agree it's "very performant", but nonetheless I do love it. (Compare it to Zed, for example.)

In any event, VS code is only required to render text in a single font, with very few layout concerns, styling, run-level formatting, etc. that require re-flowing across multiple of pages, etc. And each of those is text files measuring in the bytes. Tritium, by contrast, has to hold and operate on PDFs and Word documents each with very complicated layout and rendering logic and measuring in the kbs.