composewell / streamly

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

Fix pin and unpin #2545

Closed adithyaov closed 1 year ago

adithyaov commented 1 year ago

Pin and unpin should only copy the splice and not the entire contents if a copy is required.

adithyaov commented 1 year ago

See https://github.com/composewell/streamly/pull/2554