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

Faster Collection using flat arrays #338

Closed
bartveneman opened this issue Aug 20, 2023 · 2 comments
Closed

Faster Collection using flat arrays #338

bartveneman opened this issue Aug 20, 2023 · 2 comments
Assignees

Comments

@bartveneman
Copy link
Member

Inspiration from https://www.cs.cornell.edu/~asampson/blog/flattening.html

@bartveneman bartveneman self-assigned this Aug 20, 2023
@bartveneman
Copy link
Member Author

Also, we could maybe transform the __unstable_locations into a function where we store all integers under the hood, but revive them as we need them, like collection.getLocations()

@bartveneman
Copy link
Member Author

Implemented in e5a7ce1 #380

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

No branches or pull requests

1 participant