Skip to content

Commit

Permalink
ReadMe updated
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-dot-cohen committed Mar 28, 2024
1 parent fe9dc75 commit faa5693
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
Expand Up @@ -3,7 +3,7 @@
Binary Serializer. Serialization up to 18x faster than Protobuf and MessagePack

![]()
[![NuGet version (HyperSerializer)](https://img.shields.io/badge/nuget-v1.4-blue?style=flat-square)](https://www.nuget.org/packages/HyperSerializer/)
[![NuGet version (HyperSerializer)](https://img.shields.io/badge/nuget-v1.5-blue?style=flat-square)](https://www.nuget.org/packages/HyperSerializer/)

If you're looking for the fastest binary serializer for DotNet 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 faa5693

Please sign in to comment.