hyperbee icon indicating copy to clipboard operation
hyperbee copied to clipboard

An append-only B-tree running on a Hypercore

Results 38 hyperbee issues
Sort by recently updated
recently updated
newest added

makes transition to next hyperbee easier

The check will be performed in the core's `download()` regardless. The array of blocks are added as a range to the replicator which checks and compresses the range here: https://github.com/holepunchto/hypercore/blob/125aa810b54ff916f5b55cc21e3c17efb0b7ca5a/lib/replicator.js#L2668-L2669

Solving this TO_DO comment: https://github.com/holepunchto/hyperbee/blob/cc1f41d31b0a582186bb8049b062e3cddafd89df/lib/extension.js#L58 Please let me know whether I understood the problem statement correctly or not 😓

Hey, thanks for working on Hyperbee. I was just wondering if a developer could explain the difference between using `del(key)` and `put(key, null)`. I would think they are the same,...