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
simdjson has the compilation flag SIMDJSON_EXCEPTIONS. This should be turned off to guarantee that we only use the non-throwing subset of the simdjson api.
Describe the enhancement requested
simdjsonhas the compilation flagSIMDJSON_EXCEPTIONS. This should be turned off to guarantee that we only use the non-throwing subset of thesimdjsonapi.Component(s)
C++