Skip to content

Commit b9614c3

Browse files
committed
Update README.md
1 parent 0ae8f4d commit b9614c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ SIMD instructions (AVX2). C# version uses `System.Runtime.Intrinsics` API.
55

66
**UPD:** Now it's also available as a set of pinvokes on top of the native lib as a .NETStandard 2.0 library,
77
thus there are two implementations:
8-
1) Fully managed netcoreapp3.0 library (100% port from C to C#)
9-
2) netstandard2.0 library with native lib (autogenerated bindings for C)
8+
1) [1.5.0](https://www.nuget.org/packages/SimdJsonSharp.Managed) Fully managed netcoreapp3.0 library (100% port from C to C#)
9+
2) [1.7.0](https://www.nuget.org/packages/SimdJsonSharp.Bindings) netstandard2.0 library with native lib (bindings are generated via [xoofx/CppAst](https://github.com/xoofx/CppAst))
1010

1111
## Benchmarks
1212
The following [benchmark](https://github.com/EgorBo/SimdJsonSharp/blob/master/benchmarks/CountTokens.cs) compares `SimdJsonSharp` with .NET Core 3.0 `Utf8JsonReader`, `Json.NET` and `SpanJson` libraries.

0 commit comments

Comments
 (0)