SimdJsonSharp icon indicating copy to clipboard operation
SimdJsonSharp copied to clipboard

Update to .NET Standard 2.1

Open silkfire opened this issue 5 years ago • 2 comments

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>?

silkfire avatar Oct 16 '19 21:10 silkfire

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.

AdamCaviness avatar Aug 05 '21 13:08 AdamCaviness

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

splazgh avatar Aug 06 '21 06:08 splazgh