daw_json_link icon indicating copy to clipboard operation
daw_json_link copied to clipboard

Investigate adding optimized paths for arrays of number, bool, string

Open beached opened this issue 2 years ago • 0 comments

Investigate adding optimized paths for arrays of number, bool, string. This should be doable as seen in other JSON libraries that SIMDify these things globally. But because we know what it should it, we should be able to exploit the known types.

beached avatar Nov 21 '21 06:11 beached