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

Separate the enumeration and storage parts of HashPruneTable into composable implementations. #97

Open
lgarron opened this issue Jan 20, 2025 · 0 comments
Labels
enhancement New feature or request rust

Comments

@lgarron
Copy link
Member

lgarron commented Jan 20, 2025

We have a perfect table tied to full coordinate enumation in PhaseCoordinatePuzzle and a partial DFS implemented with a hash table for storage in HashPruneTable. There's no reason these couldn't be composable to allow experimentation with different data structures for time/memory tradoffs, but it will take some API design.

@lgarron lgarron added enhancement New feature or request rust labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rust
Projects
None yet
Development

No branches or pull requests

1 participant