busimus / cutelog

GUI for logging
MIT License
484 stars 45 forks source link

Add an option to not resize rows upon each new log record #35

Closed csm10495 closed 1 year ago

csm10495 commented 1 year ago

This gives me a ~7..10% performance bump without really much issue.

Default behavior matches what it was before

busimus commented 1 year ago

the only expense is that one may need to manually resize columns.

Except it breaks extra mode and word wrap. I've added some changes to the word_wrap branch to improve performance, they have the same performance gain as this PR for regular logging and a smaller gain for extra mode (and hopefully without breaking anything).