You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Struct-of-arrays would maybe a better way to store ScoredShapes.
There's a huge garbage collection in the findhighestscore() function, due to calling getproperty() many times.
One problem with SoA approach is, that one of the arrays would be FittedShape[], which is an abstract container.
Edit: should I use a package, or implement it myself?
The text was updated successfully, but these errors were encountered:
Struct-of-arrays would maybe a better way to store ScoredShapes.
There's a huge garbage collection in the
findhighestscore()
function, due to callinggetproperty()
many times.One problem with SoA approach is, that one of the arrays would be
FittedShape[]
, which is an abstract container.Edit: should I use a package, or implement it myself?
The text was updated successfully, but these errors were encountered: