wanweiqiangintel opened a new issue, #35460: URL: https://github.com/apache/arrow/issues/35460
### Describe the enhancement requested As the performance result mentioned in simdjson community: the simdjson library uses three-quarters less instructions than state-of-the-art parser RapidJSON. And the throughput of simdjson is much higher than that of rapidjson:  So can we replace rapidjson with simdjson to implement json parser? ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
