File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ namespace ns {
3636Or use one of the Macros described
3737[ here] ( https://github.com/nlohmann/json?tab=readme-ov-file#simplify-your-life-with-macros ) in your class/struct.
3838
39- By leveraging reflection, we can support for something as simple as:
39+ By leveraging compile-time reflection, we can support for something as simple as:
4040
4141``` c++
4242int main () {
@@ -49,6 +49,7 @@ int main() {
4949
5050With ~ 200 lines of code (as you can see in the [ toy_builder.cpp] ( prototype_playground/toy_builder.cpp ) ).
5151
52+
5253## Current status
5354There are 2 versions of compiler that aim to support the C++ 26 reflection paper.
5455
@@ -211,6 +212,11 @@ cmake --build build
211212./build/benchmarks/src/SerializationBenchmark
212213```
213214
215+ 4 . Run the (twitter) benchmark.
216+ ``` bash
217+ ./build/benchmarks/src/SerializationTwitterBenchmark
218+ ```
219+
214220### Running tests
215221
216222``` bash
You can’t perform that action at this time.
0 commit comments