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

Speed up code #261

Closed
SteffenBrinckmann opened this issue Apr 10, 2024 · 1 comment
Closed

Speed up code #261

SteffenBrinckmann opened this issue Apr 10, 2024 · 1 comment

Comments

@SteffenBrinckmann
Copy link
Contributor

Database.py:getHierarchy: this for-loop is very slow if many children

for k,v in childNum.items():
keys = [i.replace(k,f'{v} {k}') for i in keys]

Table view: selection: process (e.g. delete)-> multiprocessing

@SteffenBrinckmann
Copy link
Contributor Author

Database access has changed, might not/ might still be relevant. Future issues will tell

@SteffenBrinckmann SteffenBrinckmann closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant