Fix resource usage. #94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-resource-usage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Move to a select based system for responding to events.
Additionally cache rendered markdown as the syntax highlighting is expensive, only recalculate when the window width changes (instead of at 60 fps)
These changes reduced an idle instance from using 60-80% of a CPU to 0%.