Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

v1.0.2

Compare
Choose a tag to compare
@raulk raulk released this 10 Nov 16:31
· 54 commits to master since this release
3e8fd89
  • introduces new Viewer interface, which can be optionally implemented by blockstores to allow zero-copy access to block values.
  • ARC, bloom and ID stores now implement blockstore.Viewer, and delegate to the inner store if it also supports blockstore.Viewer. If not, they bridge those calls to blockstore.Get, for full backwards compatibility.