Found 39 packages
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
An easy modern MemoryStream utility
Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.
A collection of helpful MemoryStream extension methods
A derivation of MemoryStream that blocks automatic closing
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.
A generic, concurrent, portable and flexible Object Pool for .NET. It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully working in real life systems. Original source code has been modified, in order to introduce a Parameterized Object Pool, already drafted by Ofir Makmal in the comments of the article. Moreover, a few unit tests have been added, in order to improve code reliability, and a lot of other small changes have also been applied. Of course, all modified source code is freely available at the project URL of this package. Many thanks to Ofir Makmal for his great work.
Pooled memory allocator. .Net 3.5 Backport.
Fast replacement for MemoryStream.
Extensions related to MemoryStream
Stream cache implementation of Contoso.Extensions.Caching.Stream.IStreamCache using Memory.
A MemoryStream replacement that avoids using the Large Object Heap
Efficient MemoryStream powered by System.Buffers.ArrayPool
Testable abstractions for MemoryStream
MemoryStream alternative using array pool instead of GC new. Best used for LOH sized streams. Look at benchmarks on github for details.
This is an enhancement in PDFsharp + MigraDoc project http://www.pdfsharp.net/. Enhancements: 1. Ability in MigraDoc to add image from Stream. Currently only MemoryStream is supported. 2. Support for .Net 4.5
Zip utility
This is a set of adapters and polyfills that will help developers write code that cross compiles on older versions of the .NET Framework (2.0+) and .NET Core. https://github.com/stephenhand/.NETCore-Compatibility-Helpers