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

Use primitive collections for optimize pass #31

Open
simonpoole opened this issue Mar 14, 2022 · 0 comments
Open

Use primitive collections for optimize pass #31

simonpoole opened this issue Mar 14, 2022 · 0 comments

Comments

@simonpoole
Copy link
Owner

Currently optimization uses standard Collections in the data structures, this could be optimized (avoiding auto-boxing/unboxing) by using suitable primitive variants, for example from https://fastutil.di.unimi.it/

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

No branches or pull requests

1 participant