[bisq-network/bisq] High CPU Consumed (#4370)

chimp1984 notifications at github.com
Sun Dec 13 18:53:08 CET 2020


> A long chain sync at startup locks up the UI thread until it's done

BitcoinJ is woing its work on a dedicated thread but as it takes 100% of available CPU it also slows down the userthread.

The DAO sync is running on userthread but the BSQ tx verification itself is super fast and the the problem. I think the problme is some client code reacting on state changes and doing expensive operations (e.g. lookups). There have been done some improvements already but I think there is more needed, but not a trivial task... 

-- 
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/4370#issuecomment-744043844
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201213/25bb76bc/attachment.htm>


More information about the bisq-github mailing list