twackup-rs
twackup-rs copied to clipboard
Refactor UI logger
trafficstars
Ohh... This will need a PR... Ok
UITextView is not available more than 833822 bytes. It is backed by CoreText which has really great performance but it consumes too much memory - 320 MB for that 833822 bytes, this is really too much. So, I took it all and decided to rewrite renderer in Metal.
Current impl has CoreText renderer, so marking PR as draft for now