| ▲ | kristianp 13 hours ago | |
This is basically a demo for simdjson's static reflection feature: > Recent versions of simdjson can parse JSON at compile time using C++26 static reflection. The entry point is simdjson::compile_time::parse_json Requires language support, for example using gcc 16. Impressive feature! | ||