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

Incrementally calculate the hash #1

Open
emiltayl opened this issue Jul 29, 2012 · 1 comment
Open

Incrementally calculate the hash #1

emiltayl opened this issue Jul 29, 2012 · 1 comment
Assignees
Milestone

Comments

@emiltayl
Copy link
Owner

Currently the hash is calculated on every lookup/storage, however it is possible to just update the hash value when a move/jump is made.

@ghost ghost assigned emiltayl Jul 29, 2012
@emiltayl
Copy link
Owner Author

emiltayl commented Aug 2, 2012

The functions to do moves/jumps are not aware of whether they are doing it for self or other, so to do this I need to refactor (like that's going to happen).

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