Skip to content

Commit 2d46d3c

Browse files
Removing outdated references to toy_builder + mentioning encouraging benchmark results.
1 parent 4472795 commit 2d46d3c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ int main() {
4949

5050
With ~200 lines of code (as you can see in the [toy_builder.cpp](prototype_playground/toy_builder.cpp)).
5151

52+
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)).
53+
54+
The benchmark results are also pretty encouraging, showing serialization speeds that are 20/30x when compared to [nlohmann](https://github.com/nlohmann/json).
5255

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

0 commit comments

Comments
 (0)