bisq/daemon
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
..
package Accept a VERSION parameter, default to SNAPSHOT 2022-03-28 11:05:13 -03:00
src Optimise/simplify some stream filtering for the REST API 2024-07-28 22:05:29 +02:00
build.gradle Apply AppStartPlugin to all desktop applications 2023-09-10 22:10:09 +02:00