Reranko05 commented on PR #50568: URL: https://github.com/apache/arrow/pull/50568#issuecomment-5055141640
@kou I have a question regarding the benchmark results. Earlier, when I benchmarked `IntegrationJsonWriter::WriteRecordBatch() + Finish()` on both the RapidJSON and simdjson implementations using a 1M-row `RecordBatch`, I measured around 2.1 s for both (in a debug build). After replacing the implementation with a naive `std::ostringstream`, I also measured around the same order of magnitude. You mentioned seeing about 65 ms for RapidJSON and 69 ms for simdjson. Were those measurements taken in a different setup? -- 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]
