adbenitez / deltachat-cursed

[WIP] Cursed Delta, a lightweight Delta Chat client for the command line
GNU General Public License v3.0
41 stars 2 forks source link

performace issues in chatlist and message list #40

Closed adbenitez closed 2 years ago

adbenitez commented 2 years ago

in a chat with a lot of messages, loading the full list of messages is slow, it is needed a way to load messages dynamically while scrolling (similar to what is done in Delta Chat Android version with the use of RecyclerView), in urwid it seems the way to achieve this is using "list walkers"