Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
21 stars 8 forks source link

PairArr classes #196

Closed Rich2 closed 1 year ago

Rich2 commented 1 year ago

PairArr classes allow date to be stored efficiently in 2 Arrays rather than one Array of composite classes of the pairs of elements.

Rich2 commented 1 year ago

I think this is pretty much feature complete, although as with all code, there is always more work to be done.