Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-dot-cohen authored Jun 3, 2022
1 parent c211bda commit 1f773fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview
![]()
[![NuGet version (HyperSerializer)](https://img.shields.io/badge/nuget-v1.0.12-blue?style=flat-square)](https://www.nuget.org/packages/HyperSerializer/)
[![NuGet version (HyperSerializer)](https://img.shields.io/badge/nuget-v1.0.13-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.

Expand Down

0 comments on commit 1f773fe

Please sign in to comment.