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

Sparse objects #538

Open
gaul opened this issue Aug 8, 2023 · 0 comments
Open

Sparse objects #538

gaul opened this issue Aug 8, 2023 · 0 comments

Comments

@gaul
Copy link
Owner

gaul commented Aug 8, 2023

Instead of large object mocking, it might be better for the filesystem and transient storage backends to use sparse objects, collapsing the zero-byte ranges into a range. This should be particularly easy for the filesystem which has underlying support for this and just needs to seek then write or truncate to the given size if all bytes are NUL.

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