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

Make the maximum array size adjustable #21

Open
treeowl opened this issue Oct 20, 2020 · 0 comments
Open

Make the maximum array size adjustable #21

treeowl opened this issue Oct 20, 2020 · 0 comments

Comments

@treeowl
Copy link
Contributor

treeowl commented Oct 20, 2020

We currently hard-code 5, 32, 0x1f, etc., throughout the module. It would be better to use top-level constants (or, better, parameterize the package with backpack, however that works). Completely aside from allowing performance experiments, this will allow testing with smaller arrays. Using arrays of length 8 or even 4 would let us test with much deeper trees than we can now.

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