eagler-teavm-fork/classlib/src
Sebastian Bauer b03ba67a88 Use max() instead of min() when enlarging the array.
Adding n elements subsequently has now an O(n) running time while it was
O(n^2) before.
2016-08-18 20:09:48 +02:00
..
main Use max() instead of min() when enlarging the array. 2016-08-18 20:09:48 +02:00
test/java/org/teavm/classlib/impl Improve resource loading contributed by Jaroslav: 2015-12-26 13:26:34 +03:00