When I try the examples with cargo run --release on my high-end Linux box, both the gallery and individual demos are unusably slow.
For example, in the gallery, it takes seconds to scroll in the "table" demo. Switching between full screen and a small window size also takes many seconds.
In the demos, in the text editor examples (e.g. markdown), it takes a long time for the application to process key events. For exmaple if I press 'a' and hold, the app is simply unable to catch up with the key press events.
I know this uses the same library as Zed to render, and Zed is extremely fast and responsive on this system.
So it seems like an issue with this library? Or am I doing something wrong?
When I try the examples with
cargo run --releaseon my high-end Linux box, both the gallery and individual demos are unusably slow.For example, in the gallery, it takes seconds to scroll in the "table" demo. Switching between full screen and a small window size also takes many seconds.
In the demos, in the text editor examples (e.g. markdown), it takes a long time for the application to process key events. For exmaple if I press 'a' and hold, the app is simply unable to catch up with the key press events.
I know this uses the same library as Zed to render, and Zed is extremely fast and responsive on this system.
So it seems like an issue with this library? Or am I doing something wrong?