Skip to content

Rich Pixel Cluster Optimisations

Various improvements to the RichPixelCluster class.

  • Specific optimisation for size 1 clusters, which are the most common use case. heap allocations are now completely avoided in this case.
  • Various speed improvements to the builder classes, again mostly based around avoiding heap allocations as far as possible.
Edited by Christopher Rob Jones

Merge request reports