io-streams v1.1.4.1 Release Notes

  • System.IO.Streams.Network: scalability improvement: buffers for socket reads ๐Ÿ“Œ are now allocated by system malloc rather than by pinned pointers in GHC ๐Ÿ”’ (currently pinned pointer allocation takes a global lock).