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

superspeed #9

Open
luiswirth opened this issue Jun 22, 2020 · 0 comments
Open

superspeed #9

luiswirth opened this issue Jun 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@luiswirth
Copy link
Owner

luiswirth commented Jun 22, 2020

The hole purpose of the hashlife algorithm is a concept called "superspeed". It is the idea that the state of a node is not computed one generation into the future but instead multiple generations far into the future. The state of a node at level n can be computed 2^(n-2) generation steps into the future.
The result is then memoized and will be stored in the hashtable.

This has yet to be implemented.

@luiswirth luiswirth added the enhancement New feature or request label Jun 22, 2020
@luiswirth luiswirth self-assigned this Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant