ipld / js-ipld-block

Implementation of the Block data structure in JavaScript.
MIT License
13 stars 16 forks source link

Cache keys #10

Closed dignifiedquire closed 7 years ago

dignifiedquire commented 7 years ago

We currently regenerate keys every time .key() is called, we should cache them to make this more efficient