Closed willscott closed 1 year ago
We could memoize the err
inside UnixFSHAMTShard
so the next call to a method that returns an error can return it. Unfortunately, by saying 0
to the Length()
call we're minimising the chance that another method is going to be called on it.
given that 0 length leaves us unlikely to get the memoized error, i think i'm going to not add the complexity for that.
Fix #54