PASTA-ELN / pasta-eln

PASTA-ELN with new frontend
https://pasta-eln.github.io/pasta-eln/
Other
7 stars 2 forks source link

Speed up code #261

Open SteffenBrinckmann opened 3 months ago

SteffenBrinckmann commented 3 months ago

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