Closed jacksontj closed 6 years ago
Passing by pointer did make the function signature smaller, but apparently that caused a bunch of allocations. This switches that internal interface to avoid the allocations.
Passing by pointer did make the function signature smaller, but apparently that caused a bunch of allocations. This switches that internal interface to avoid the allocations.