composewell / streamly

High performance, concurrent functional programming abstractions
https://streamly.composewell.com
Other
849 stars 63 forks source link

Change splice to spliceUnsafe #2664

Closed harendra-kumar closed 6 months ago

harendra-kumar commented 6 months ago

splice reallocates every time, while we can just allocate the array once.