DLL Metadata
Metadata details such as companies and products associated with System.Buffers.dll variants.
Company
- Microsoft Corporation 491
- Mono development team 27
- btburnett3 1
- Unknown 75
Products
Descriptions
- System.Buffers 518
- Snappy for .NET 1
- Snappier 1
- Unknown 74
Dev Notes
- System.Buffers 518
- A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly from the official C++ implementation, with the addition of support for the framed stream format. By avoiding P/Invoke, Snappier is fully cross-platform and works on both Linux and Windows and against any CPU supported by .NET Core. However, Snappier performs best in .NET Core 3.0 and later on little-endian x86/64 processors with the help of System.Runtime.Instrinsics. 1