-
Notifications
You must be signed in to change notification settings - Fork 122
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
CnameGenerator takes too much time during class loading #235
Comments
…ding time reduced from 200ms to 10ms during local tests. Wrote concurrent test case for CnameGenerator.
Class loading times reduced from 200ms to ~10ms during local tests
|
…sects the each thread results to check uniqueness in a generic way.
The Base64 conversion in CnameGenerator can take up to 230ms during class loading.
Replace for the faster DatatypeConverter.
The text was updated successfully, but these errors were encountered: