issues
search
TheRustyPickle
/
Chirp
A chat app built from scratch using GTK4 in Rust
MIT License
5
stars
3
forks
source link
Update ListStore addition efficiency
#89
Closed
TheRustyPickle
closed
1 year ago
TheRustyPickle
commented
1 year ago
Resolves #84
Fixed ListView binding usage and ensure proper row viewing in the UI
Updated efficiency of how new messages are added to the ListStore
Reduce UI freezing up on large amounts of messages with chunked updates. Tested with 40k messages
Reduce unnecessary liststore loops
Resolves #84