streaming-concurrency v0.3.1.0 Release Notes

Release Date: 2018-03-14 // about 6 years ago
    • ๐Ÿ‘ Allow streaming-0.2.*

    • ๐Ÿ‘Œ Improved performance for withStreamMap and withStreamMapM.

      • Previously used additional Streams within the concurrent buffers which isn't actually needed.
      • A benchmark is available to compare various implementations.
    • Primitives to help defining custom stream-mapping functions are now exported.