bisq/restapi/src/main
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
..
java/bisq/restapi Optimise/simplify some stream filtering for the REST API 2024-07-28 22:05:29 +02:00
resources Add restapi module (code from dao-node) 2024-06-07 22:53:32 +07:00