fluo-recipes icon indicating copy to clipboard operation
fluo-recipes copied to clipboard

Explore deduping in TxLog

Open keith-turner opened this issue 10 years ago • 0 comments

TxLog could dedupe objects. For example in the case where the TxLogs contains two different Bytes objects with equal content, it could just maintain a pointer to one. Not sure if this would cut down on what kryo serializes.

keith-turner avatar Sep 16 '15 22:09 keith-turner