issues
search
TheRustyPickle
/
Chirp
A chat app built from scratch using GTK4 in Rust
MIT License
5
stars
3
forks
source link
Update message removal efficiency
#90
Closed
TheRustyPickle
closed
1 year ago
TheRustyPickle
commented
1 year ago
Resolves #88
Non-existing messages are no longer checked for removal
Iter normally or in reverse based on the target number in an attempt to find the element faster for removal
Resolves #88