Closed ghost closed 9 years ago
You're right, it shouldn't be this slow. Hopefully I will have a chance to look into it over the weekend. I have an idea how to improve it.
Awesome, thanks :) I hope to have more use-full reports as I mess more with it ^.^
0.6.1 has improved performance. Let me know how it works for you. While the sample you posted is on my machine still about 3x slower with CodeArea than with TextArea, I consider it resolved.
Yup, performance is greatly improved as far as I can tell, much better! :) Great job ^_^
Hi! I want to use RichTextFX in a Telnet client sort of setup. Right now I handle one character at a time (debatable, I want to show things as soon as they become available, even if it's part of a line, but should be possible right? :) ). And it turns out when doing that, things get Very slow.
I prepared a standalone sample, which fills just a few screens of text, and takes several seconds to do so. Even tho I'm being inefficient, I don't think it should take this long? :)
Note: It could well be I'm using things wrong, feel free to tell me what if so :)
Thanks for any attention in advance!