HACKER Q&A
📣 amichail

Should WYSIWYG editor run fast typesetter in parallel with quality one?


The fast typesetter would allow the editor to keep up with fast typing.

The quality typesetter would run on another core. When its result is available, it would visually replace the result of the fast typesetter in the same window.

Would this be a good way to resolve the efficiency vs quality tradeoff in WYSIWYG editors?


  👤 notpushkin Accepted Answer ✓
This seems like a nice solution. Why don't you play around and see? Maybe some fine-tuning would make it even more optimized (e. g. you might want to debounce the quality typesetter).