issues
search
AnonymouX47
/
term-image
Display images in the terminal with python
https://term-image.readthedocs.io
MIT License
219
stars
10
forks
source link
TUI grid population performance bump
#41
Closed
AnonymouX47
closed
2 years ago
AnonymouX47
commented
2 years ago
Resolves intensive performance drop while populating large image grids.
Drastically improves the performance of populating image grids in the TUI.
The display widget generated per render (while still populating the grid) is only for the cells that are not yet inluded in the
GridListBox
.
The
SimpleListWalker
instance of the
GridListBox
(its
.body
property) is now extended instead of replacing it's contents.
GridListBox
.SimpleListWalker
instance of theGridListBox
(its.body
property) is now extended instead of replacing it's contents.