ibireme
7
posts
When I saw simdjson, I was surprised "JSON parsing can be so fast! But how fast can it be without SIMD?" This is the original idea of this library.
Replying to @lemire @TkTech and @ibireme
It seems that yyjson relies on a 128-bit tape, something we debated using for a time in simdjson (flat tape). Looks good. And there is a string buffer. So far I like what I see. cc
@jkeiser2@geofflangdale


