composewell / streamly

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

Use `Set` to implment set-like operations #2722

Open harendra-kumar opened 7 months ago

harendra-kumar commented 7 months ago

Following Set based APIs can be added in Streamly.Internal.Data.Stream.Container:

    , ordIntersectBy
    , ordDeleteFirstsBy
    , ordUnionBy