eagler-teavm-fork/classlib/src
Alexey Andreev a1355bb2f7 classlib: refactor LinkedHashMap
I found regression somewhere in LinkedHashMap, when certain operations cause cycle in entry list. Since updated logic was totally unclear to me, I rewrote it from scratch. Also, reverted mechanism to remove entries NOT by keys and used it where necessary to improve performance.
2023-11-23 21:19:28 +01:00
..
main classlib: refactor LinkedHashMap 2023-11-23 21:19:28 +01:00
test/java/org/teavm/classlib/impl classlib: improve precision of float/double parsing and formatting 2023-09-13 19:40:00 +02:00