Added blockdigest class to store digests more efficiently. This has the nice side...
authormishaz <misha@curoverse.com>
Tue, 23 Dec 2014 23:55:12 +0000 (23:55 +0000)
committerTom Clegg <tom@curoverse.com>
Fri, 13 Feb 2015 21:23:51 +0000 (16:23 -0500)
commit25d58aaf041ac109ff76db5168c193272958d454
treecc9b3b4b82dec7104602ed18f07756eb16c51c7c
parentfb62ab318be2202b9d403e65d6dc86a9d7e72a3a
Added blockdigest class to store digests more efficiently. This has the nice side effect of reducing how many string slices we use from the SDK, so the large string can get garbage collected once we remove other usages.
sdk/go/blockdigest/blockdigest.go [new file with mode: 0644]
sdk/go/blockdigest/blockdigest_test.go [new file with mode: 0644]