composewell / streamly

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

Use spliceUnsafe instead of splice #2653

Closed harendra-kumar closed 6 months ago

harendra-kumar commented 6 months ago

We already allocated the right amount of space, using spliceUnsafe will generate lesser code, better for fusion and compilation, also tiny bit of additional efficiency.