Skip to content

styloid-r2

Compare
Choose a tag to compare
@mdoube mdoube released this 20 Apr 01:31
· 98 commits to master since this release
  • 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.