Skip to content
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

Removing unnecessary SecureRandom use to improve ID generation performance #216

Closed
rhernandez35 opened this issue Sep 24, 2020 · 0 comments

Comments

@rhernandez35
Copy link
Contributor

Recent profiling of my application shows I'm spending a significant amount of time generating random numbers for trace IDs. The RNG currently used is a cryptographically secure RNG, which is overkill for just generating unique identifiers. I'd like to improve performance by changing this to a plain ThreadLocalRandom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant