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

Support buffer de-duplication #11

Open
mdekstrand opened this issue May 21, 2020 · 1 comment · May be fixed by #15
Open

Support buffer de-duplication #11

mdekstrand opened this issue May 21, 2020 · 1 comment · May be fixed by #15
Labels
enhancement New feature or request
Milestone

Comments

@mdekstrand
Copy link
Member

It's possible that an object may have multiple numpy arrays with the same contents (this will arise in some LensKit use cases). We can support de-duplication by recording more robust checksums (MD5 or SHA) of buffers, and making the buffer store effectively content-addressed.

@mdekstrand mdekstrand linked a pull request Jun 11, 2020 that will close this issue
@mdekstrand mdekstrand added this to the 0.4 milestone Jun 13, 2020
@mdekstrand mdekstrand added the enhancement New feature or request label Jan 10, 2024
@mdekstrand
Copy link
Member Author

Format version 2 has file checksums, which is one of the prerequisites for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant