[bisq-network/bisq] Fix performance issue with block validation (#2188)

Manfred Karrer notifications at github.com
Wed Jan 2 01:43:28 UTC 2019


When validating all blocks the UI get stuck as the blocks are validated on the main thread. We want to avoid multi threading as that would introduce a lot of complexity and risks. An alternative approach is to split the chunks of blocks to validate in smaller groups and give the UI in between time to render. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/2188
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190101/9a551700/attachment.html>


More information about the bisq-github mailing list