You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to @yurii-khi, we have performance problems with many items in the orderbook because each orderbook item in the GUI list is actually stateful: to display "stairs" charts, e.g.:
GUIs have to calculate the aggregated volume at each order and divide it by total volume. Providing such info from MM2 will help them to make list items stateless and greatly improve performance on big lists.
The text was updated successfully, but these errors were encountered:
* WIP.
* WIP.
* WIP.
* WIP and fix clippy.
* Refactor and fix clippy.
* WIP. Adding the UTXO fee to spend other payment to trade_preimage.
* WIP. Refactor tests.
* Finalize trade_preimage changes and refactor tests.
* Add paid_from_trading_vol to SavedTradeFee and refactor.
* Fix WASM tests compilation.
* Add separate TotalTradeFee struct for total_fees.
* Set QTUM/QRC20 mature_confirmations to 2000.
According to @yurii-khi, we have performance problems with many items in the orderbook because each orderbook item in the GUI list is actually stateful: to display "stairs" charts, e.g.:
GUIs have to calculate the aggregated volume at each order and divide it by total volume. Providing such info from MM2 will help them to make list items stateless and greatly improve performance on big lists.
The text was updated successfully, but these errors were encountered: