dzieciou / tree-labeller

Helps label training data using taxonomy information.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Optimize loading time #35

Open dzieciou opened 1 year ago

dzieciou commented 1 year ago

Loading yaml in Python is known to be time-consuming in Python: https://stackoverflow.com/questions/27743711/can-i-speedup-yaml https://stackoverflow.com/questions/18404441/why-is-pyyaml-spending-so-much-time-in-just-parsing-a-yaml-file

Not sure if the proposed solution would work with PyScript.