You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java-high-performance-primitive-collections
A bugfix release 0.4.3 has just been pushed to the website and to Maven
repositories around the world (allow a few minutes to sync with
mirrors). Three issues have been fixed, all of them relating to a
possible endless loop in a number
of methods on hash containers (sets and maps). This will *only* affect
you if you specified load factor == 1 OR reused the same map under
very low memory conditions (when adding an element to a set or map
failed but the data structure remained in active use).