From c211bdad825ee70aa37dcd35559650e7150416d2 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Wed, 18 May 2022 23:02:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfbc1d7..ff02e27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Overview ![]() -[![NuGet version (HyperSerializer)](https://img.shields.io/badge/nuget-v1.0.11-blue?style=flat-square)](https://www.nuget.org/packages/HyperSerializer/) +[![NuGet version (HyperSerializer)](https://img.shields.io/badge/nuget-v1.0.12-blue?style=flat-square)](https://www.nuget.org/packages/HyperSerializer/) If you're looking for the fastest Microsoft.Net binary serializer known to Git-kind, look no further. HyperSerializer is up to ***18x faster than [MessagePack](https://github.com/neuecc/MessagePack-CSharp) and [Protobuf](https://github.com/protocolbuffers/protobuf), and 11x faster than [BinaryPack](https://github.com/Sergio0694/BinaryPack)***, with roughly equivelant or better memory allocation. Simply install the [Nuget package (Install-Package HyperSerializer)](https://www.nuget.org/packages/HyperSerializer/) and serialize/deserialize with just 2 lines of code.