TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Reflection-based JSON in C++ at Gigabytes per Second

14 pointsby jandeboevrie9 months ago

1 comment

gumby9 months ago
&gt; Some programming languages have long had powerful reflection capabilities, but they are mostly a runtime feature: they do not allow the equivalent of generating code. Other programming languages allow compile-time logic generation but they do not always allow optimal performance.<p>Lisp casually waves from the bleachers, then goes back to high speed coding with metasyntactic macros and reflection (and so much more).