Info
Version: | 0.0.2 |
Author(s): | M-Pixel |
Last Update: | Monday, June 17, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FastestBinaryStream |
Install
Install-Package FastestBinaryStream
dotnet add package FastestBinaryStream
paket add FastestBinaryStream
FastestBinaryStream Download (Unzip the "nupkg" after downloading)
Dependencies
- JetBrains.Annotations(>= 2019.1.1)
Tags
An alternative to System.IO.MemoryStream + System.IO.BinaryReader & System.IO.BinaryWriter, and also System.Convert, that is better suited than the .NET (Core) implementations for performance-sensitive code (code for low-power platforms, high-volume/low-latency systems, games, etc.).