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

Adds ArrayStore. #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adds ArrayStore. #14

wants to merge 1 commit into from

Conversation

jfinkels
Copy link
Owner

What problem does this solve?
This provides a Store backed by an array, to complement the existing implementation of a Store backed by a hash map.

How does this affect the user?
This provides a new Store that can be used when constructing an AnalyticalEngine object.

Why is this better than the alternative?
This is the most straightforward implementation of an array-backed store I could imagine.

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

Successfully merging this pull request may close these issues.

1 participant