ulox icon indicating copy to clipboard operation
ulox copied to clipboard

Draft soa feature(s)

Open stevehalliwell opened this issue 1 year ago • 3 comments

Even being arrays of double, we have found value in

class Foo 
{
  x = [], 
  y = [], 
}

as passing these component arrays around between systems and native bindings is more convenient. Determine what the feature might be to allow array operations e.g. x + y where and y are arrays results in internal loop.

stevehalliwell avatar Jun 19 '23 06:06 stevehalliwell