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

Make ArrayStore use int32 indices #400

Merged
merged 5 commits into from
Nov 3, 2023
Merged

Make ArrayStore use int32 indices #400

merged 5 commits into from
Nov 3, 2023

Conversation

btjanaka
Copy link
Member

@btjanaka btjanaka commented Nov 3, 2023

Description

The current ArchiveBase uses int32 indices (the assumption being that we will never have to deal with more than INT_MAX archive cells). This PR makes ArrayStore use int32 indices to be consistent with ArchiveBase.

TODO

  • Add tests
  • Ensure consistency across all ArrayStore methods

Questions

Status

  • I have read the guidelines in
    CONTRIBUTING.md
  • I have formatted my code using yapf
  • I have tested my code by running pytest
  • I have linted my code with pylint
  • I have added a one-line description of my change to the changelog in
    HISTORY.md
  • This PR is ready to go

@btjanaka btjanaka merged commit f8847b1 into master Nov 3, 2023
10 of 18 checks passed
@btjanaka btjanaka deleted the arraystore branch November 3, 2023 10:28
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