Akascape / CTkListbox

A simple listbox for customtkinter (extenstion/add-on)
MIT License
130 stars 14 forks source link

Why is it so slow? #47

Open Andrew-the-Programmer opened 5 months ago

Andrew-the-Programmer commented 5 months ago

Hello, i would like to know why CTkListbox is really slow, at least for me. When adding items in it using insert method, it takes in average 0.02 seconds, it's noticeable. It also updates itself in runtime every time you insert. Adding items in tk.Listbox is mutch faster, it takes about 6e-6 seconds and it doesn't update itself. I think CTkListbox is slow because it updates itself, but I don't need that, I want to insert a bunch of items and then display them. How can I deal with this?

Thanks for your library and your time. Sorry, if I am doing something wrong, it's my first time creating an issue.

zlElo commented 5 months ago

+1

BhagyaJyoti22006 commented 3 months ago

+1