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

Rename offset to index to better capture its meaning #55

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

antiguru
Copy link
Owner

@antiguru antiguru commented Jul 8, 2024

Change the name "offset" to "index" to capture its intended purpose: Copying data into regions yields indexes, which the index structures can absorb. Some of the indexes might be offsets, but that's only known to the region, but no the user of the region. For the user of a region, the index is an opaque handle to retrieve semantically equivalent information to what they put in it at an earlier time. This change removes mentions of "offset" where it was used to indicate storing indices, and uses "index" instead.

This is a breaking change to many uses of flat container.

@antiguru antiguru merged commit 7dc86fa into main Jul 8, 2024
8 checks passed
@antiguru antiguru deleted the offset_to_index branch July 8, 2024 17:50
@github-actions github-actions bot mentioned this pull request Jul 8, 2024
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