Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is it so slow? #47

Open
Andrew-the-Programmer opened this issue Feb 3, 2024 · 3 comments
Open

Why is it so slow? #47

Andrew-the-Programmer opened this issue Feb 3, 2024 · 3 comments
Labels
question Further information is requested

Comments

@Andrew-the-Programmer
Copy link

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
Copy link

zlElo commented Feb 3, 2024

+1

@Akascape Akascape added the question Further information is requested label Feb 12, 2024
@BhagyaJyoti22006
Copy link

+1

1 similar comment
@LuLuLuOfficial
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants