nessos / Streams

A lightweight F#/C# library for efficient functional-style pipelines on streams of data.
http://nessos.github.io/Streams/
Other
381 stars 46 forks source link

move to objects for Iterable and Iterator #28

Closed dsyme closed 9 years ago

dsyme commented 9 years ago

I moved to objects for Iterable and Iterator, and made other cosmetic changes which I feel make it easier to read and understand the code (though opinions may differ on that!)

palladin commented 9 years ago

Thanks Don! It will help with the allocation rate of Stream. If you have time check also this https://gist.github.com/vasily-kirichenko/ce2c3f10af6c8c5580b6