apache / apache/arrow

[C++] can we use simdjson to replace rapidjson

Open
#35,460 25 comments 0 reactions 1 assignee Claimed by @Reranko05 View on GitHub
Component: C++ Type: enhancement
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 18h
Merged PRs (30d)
91

Description

### 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:
![image](https://user-images.githubusercontent.com/89506884/236609780-20a8787b-9000-4570-a974-ec7107ca8879.png)

So can we replace rapidjson with simdjson to implement json parser?

### Component(s)

C++

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.