-
Notifications
You must be signed in to change notification settings - Fork 1
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
Slow load times for extras #11
Comments
I wouldn't label this a bug; extras was not preloaded in 0.98, and also not in 0.99. |
It is definitely a bug, because it makes extras unusable for performance kata in 0.99. In 0.98 it took only about 1 second to load It should be done here, as this is has nothing to do with |
See #13, I will address this in |
In 0.99, some commonly used vocabularies in
extras
now take a considerable amount of time to load. For example simply loadingsequences.extras
adds 5-6 seconds to the runtime.Commonly used vocabs from
extras
should be preloaded so that load times do not affect code runtime.The text was updated successfully, but these errors were encountered: