Skip to content

Minor Release 0.6.0

Choose a tag to compare

@wbyates777 wbyates777 released this 28 Jan 13:59
· 229 commits to main since this release
0474c52

Improvements in operator*() performance across the board. Essentially avoid 6x6 maths and work with 3D operators. Reduces memory 'traffic' and allows GLM optimisations to work, at the expense of some clarity.

Removed transpose accessors such as topLeftT and rightT. It is faster to use arb::transpose. Less interface clutter.

Removed unnecessary const declarations from method returns. This should facilitate compiler optimisation.