EgorBo / SimdJsonSharp

C# bindings for lemire/simdjson (and full C# port)
Apache License 2.0
643 stars 41 forks source link

Update to .NET Standard 2.1 #16

Open silkfire opened 4 years ago

silkfire commented 4 years ago

Now that .NET Standard and .NET Core 3.0 is out, do you have any plans to further optimize the library by using ArrayPool and Span<T>?

AdamCaviness commented 3 years ago

I know this is an old issue but wanted to mention that netstandard 2.1 isn't available for Framework and it apparently never will be. I'd imagine that the better course would be to make a separate .NET 5/6 library to take advantage of those types.

splazgh commented 3 years ago

library should have option of parallel decompose json through b-tree markers of strings start/stop