styloid-r2
- Speed improvements to Particle Analyser's particle labelling step
Java's inbuild HashSet<Integer>
was used heavily to record collisions between partial labels, and has been replaced by the faster and more memory-efficient IntHashSet
from Eclipse Collections. In testing it results in about 20% overall speedup to particle labelling.