Skip to content

Commit f4428be

Browse files
Update README.md
Co-authored-by: Daniel Lemire <daniel@lemire.me>
1 parent 2d46d3c commit f4428be

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)