Skip to content

Commit 309a8aa

Browse files
Merge branch 'adding_twitter_bench' of https://github.com/simdjson/experimental_json_builder into adding_twitter_bench
Merging with latest
2 parents b47df9d + f4428be commit 309a8aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ With ~200 lines of code (as you can see in the [toy_builder.cpp](prototype_playg
5151

5252
As of now, we were able to implement this with ~1k lines of code (and that is including Neon + SSE2 optimizations in [json_escaping.hpp](src/json_escaping.hpp)).
5353

54-
The benchmark results are also pretty encouraging, showing serialization speeds that are 20/30x when compared to [nlohmann](https://github.com/nlohmann/json).
54+
The benchmark results show that our serialization speed can be 20/30x faster than [nlohmann](https://github.com/nlohmann/json).
5555

5656
## Current status
5757
There are 2 versions of compiler that aim to support the C++ 26 reflection paper.

0 commit comments

Comments
 (0)