bisq/core
Steven Barclay 0ba2e491ca
Fix quadratic time bug in AveragePriceUtil.getUSDAverage
Now that the trade statistics are retrieved as a sorted set, it can be
assumed that the USD & BSQ trade lists passed to 'getUSDAverage' are
already sorted. Use this to avoid repeatedly scanning the USD trade list
for the first trade dated after each given BSQ trade, by moving two
cursors in a single pass across the respective lists simultaneously.
2023-05-10 19:41:20 +01:00
..
.tx Update translations for v1.9.0 2022-04-28 13:12:59 +02:00
src Fix quadratic time bug in AveragePriceUtil.getUSDAverage 2023-05-10 19:41:20 +01:00
build.gradle Gradle: Apply bisq.java-conventions to all projects 2023-02-05 22:02:13 +01:00
update_translations.sh Add Polish translation 2021-12-01 15:13:57 +01:00