beef
beef
Hmm, can we add the feature() then?
Thanks for the pull request! I am going to request this to be reviewed by someone else because I am not familiar enough with that part of the code. r?...
@chrisduerr I would appreciate some feedback for the current change. It is likely that not a lot of performance improvements can be made without significantly refactoring the inner `Grid` structure...
I think we could go with an implementation similar to kitty's. They continued using cell-based rendering, except they break ligatures into individual cells that have extra data that may point...
I just tried an implementation of this idea and it turned out to have worse performance than the current change, probably because it introduces a lot more complexity. I don't...
In almost all applications or projects, eventually there will be a feature that cannot be added without a regression in performance. If people really want the feature to be added,...
Sorry, I retract my last sentence on that comment. I did come up with a way without regressions and that is to completely rewrite the grid storage so that it...
Nice, @Nytelife26! For me I used [MangoHud](https://github.com/flightlessmango/MangoHud) to monitor the FPS and ran `cat /dev/urandom` with a minuscule font size to compare the performance
I tested that commit out and compared it against master. vtebench shows little difference in results, framerates do not drop when the font size is small. I'm not going to...