bisq/core
Steven Barclay 914d75682c
Cache enum.values() in ChartCalculations & TradeStatistics3
Cache enum arrays 'TickUnit.values()' & 'PaymentMethodWrapper.values()'
as the JVM makes defensive copies of them every time they are returned,
and they are both being used in tight loops. In particular, profiling
suggests this will make 'TradeStatistics3.isValid' about twice as fast.
2023-05-10 19:41:22 +01:00
..
.tx Update translations for v1.9.0 2022-04-28 13:12:59 +02:00
src Cache enum.values() in ChartCalculations & TradeStatistics3 2023-05-10 19:41:22 +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