Parsing JSON at compile time with C++26 static reflection5kkristianp about 4 hours ago 1 commentsRead Article on lemire.me HI version is available. Content is displayed in original English for accuracy.
Discussion (1 Comments)Read Original on HackerNews
> 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!