skunk icon indicating copy to clipboard operation
skunk copied to clipboard

Reduce allocations in row processing.

Open tpolecat opened this issue 3 years ago • 0 comments

After setting up some benchmarks it would be interesting to see if it would speed things up to back RowData with an Array[String] (with nulls) rather than a List[Option[String]]. This would require a more beefy API to support downstream usage.

tpolecat avatar Jan 11 '21 15:01 tpolecat