agora icon indicating copy to clipboard operation
agora copied to clipboard

Make the UTXO set re-entrant

Open AndrejMitrovic opened this issue 5 years ago • 2 comments

This also needs to make sure it's memory-efficient. A simple (but naive) approach is to use a new Set for each time we return a utxoFinder delegate. But this would cause a lot of allocations.

Related to #194

AndrejMitrovic avatar Sep 05 '19 03:09 AndrejMitrovic