wrandelshofer
Results
2
issues of
wrandelshofer
This is a draft intended for discussion. This merge requests explores how a migration of the HAMT trie to a CHAMP trie could look like: - HashSet, HashMap: Replaces the...
JDK 21 now includes a faster conversion routine from BigDecimal to double. We can now implement a performant slow path for double values with very few lines of code. https://github.com/openjdk/jdk/pull/9410...