jacksontj / dataman

MIT License
9 stars 4 forks source link

Change stream transformation #79

Closed jacksontj closed 6 years ago

jacksontj commented 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.