[bisq-network/bisq] Prevent UI freeze in BSQ dashboard view. (PR #6131)

chimp1984 notifications at github.com
Tue Apr 5 12:09:07 CEST 2022


I think the `applyLatestBisqMarketPrice` method should be optimized so that we are not rebuilding the lookup map each time but keep it cached and only add the new tradeStatistics at the appendOnlyDataStoreListener call in TradeStatisticsManager. The only the relevant added price is added to setBisqMarketPrice not all the latest from all currencies. That would reduce the load of the updates by itself and would not require a throttling then. For safety we can still keep the throttling but I think its better to fix it at the root.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/6131#issuecomment-1088515138
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/6131/c1088515138 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220405/4c8941c8/attachment.htm>


More information about the bisq-github mailing list