FS2 v0.9.3 Release Notes

    • Fixed memory leak in Signal#discrete. #799
    • Significant performance improvements, especially in map-heavy streams. #776 #784
    • Fixed bug in runFold which resulted in finalizers being skipped if stream used uncons at root without a scope. #808.
    • Improved TCP socket buffer management - read buffer is shared now instead of being allocated on each socket read. #809
    • Added >> to Stream.
    • Added head to Stream and pipe.
    • Added unfoldChunk and unfoldChunkEval to Stream.
    • Added fromAttempt to Task.