You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**UPD:** Now it's also available as a set of pinvokes on top of the native lib as a .NETStandard 2.0 library,
7
7
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))
10
10
11
11
## Benchmarks
12
12
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