You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(tmp) jbss@rig1:~/mwe$ python mwe.py
Config Elapsed time = 26.96069574356079
That's almost 27 seconds for the call to cs.store!
I did an ablation study to find that the length of long_string1xxx and long_string2xxx do matter; longer strings are slower.
🐛 Bug
Description
Calling
ConfigStore.store(name=..., node=MyDataclass)
is extremely slow with certain dataclasses.That's almost 27 seconds for the call to
cs.store
!I did an ablation study to find that the length of
long_string1xxx
andlong_string2xxx
do matter; longer strings are slower.System information
Using the latest omegaconf and hydra installed from master branch.
Edit: I was not able to reproduce this with hydra/omegaconf downloaded from pip, only with the latest development versions of hydra/omegaconf.
The text was updated successfully, but these errors were encountered: