cdk-rs icon indicating copy to clipboard operation
cdk-rs copied to clipboard

feat: implement stable encoding for RbTree

Open roman-kashitsyn opened this issue 3 years ago • 0 comments

This change implements a compact encoding for RbTrees that allows us to deserialize a tree from bytes without re-computing subtree hashes.

Fixes #156

roman-kashitsyn avatar Nov 01 '21 15:11 roman-kashitsyn