composewell / streamly

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

Rename some concurrent stream APIs #2683

Open harendra-kumar opened 8 months ago

harendra-kumar commented 8 months ago
parList => parConcatList : in line with parConcatMap.
sampleIntervalStart => sampleIntervalHead : use noun for `Start` to avoid confusion
sampleIntervalEnd => sampleIntervalTail
sampleBurstStart => sampleBurstHead
sampleBurstEnd => sampleBurstTail