The current implementation is naive and does not scale to tens of thousands of double spends. We're at ~25k double spends now and it's taking more than 10 minutes to process.
We need to switch to a proper database backend rather than flat files. Having a proper database should also allow for generating much sought after statistics.
The current implementation is naive and does not scale to tens of thousands of double spends. We're at ~25k double spends now and it's taking more than 10 minutes to process.
We need to switch to a proper database backend rather than flat files. Having a proper database should also allow for generating much sought after statistics.