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

Optimize Pool Hashing #132

Open
chadlagore opened this issue Aug 26, 2017 · 0 comments
Open

Optimize Pool Hashing #132

chadlagore opened this issue Aug 26, 2017 · 0 comments

Comments

@chadlagore
Copy link
Contributor

chadlagore commented Aug 26, 2017

Optimize Pool Hashing

💡 IDEA 💡

  • Create a new (or replace the existing) hash map.
  • Map many inputs to a single transaction.
  • This is a long map with unique keys and non-unique values.

Why This is a Good Idea to Do

  • Invalidate transactions in O(n) time where n is the number of inputs.
  • Does not validate transactions.
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