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...
More information
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
Extension methods to read/write different datatypes to Span<byte> (tested, benchmarked, optimized). Plus SpanStream and MemoryStreamer for stream-like behavior on Span<byte> and Memory<byte>. See documentation on GitHub for examples.