freeverseio / laos-universal-node

MIT License
2 stars 1 forks source link

don't store array in leaf of enumerated tree. store each tokenId in a separate leaf #91

Closed zorjak closed 9 months ago

zorjak commented 9 months ago

Optimization of enumerated Merkle tree.

without this implementation, we were able to store up to 30000 assets for the same conditions (more than 25x improvement)