mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
66d6530652
Replace the streaming of Map entry sets to pick out a single entry by key equality, and instead do a lookup into the map. Also, optimise the date range filtering in 'TradeStatisticsManager::getTradeStatisticsList' by using 'RangeUtils::subSet' to avoid scanning the entire collection. (This method is applicable, as the trade statistics set is navigable and naturally sorted by date.) |
||
---|---|---|
.. | ||
main | ||
test/java/bisq/daemon/grpc/interceptor |