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

Add .del() support #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lejeunerenard
Copy link

This PR builds on #12 so can be refactored if b4a support isn't approved.

I've run some simple tests using this as a hypercore storage and things seems to be working.

A potential question is what to do when deleting creates blocks of all zeroes but there are non-zero blocks afterwards, aka do we just zero ranges in the middle of the storage or do we delete the blocks from indexedDB to save space? For now, this PR just zeros the range for simplicity. If deleting all zero blocks is added, I'd recommend adding a sparse option to the constructor like random-access-file has.

Only `b4a.copy()` was needed.
Also converted tests to use `b4a.toString(buf)` instead of
`buf.toString()`.
No need for `buffer-alloc` when `b4a` supplies the ponyfill for us.
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