bisq/daemon/src
Steven Barclay 66d6530652
Optimise/simplify some stream filtering for the REST API
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.)
2024-07-28 22:05:29 +02:00
..
main Optimise/simplify some stream filtering for the REST API 2024-07-28 22:05:29 +02:00
test/java/bisq/daemon/grpc/interceptor Upgrade JUnit4 to JUnit5 Jupiter 2023-05-04 20:04:49 +02:00