magnolia icon indicating copy to clipboard operation
magnolia copied to clipboard

Add `def rawConstruct(fieldValues: Array[Any]): Type` for perf

Open ronanM opened this issue 3 years ago • 0 comments

When we already have an Array[Any] in our derivation, it would be more performant to use def rawConstruct(fieldValues: Array[Any]): Type than def rawConstruct(fieldValues: Seq[Any]): Type.

ronanM avatar Aug 28 '22 17:08 ronanM