Hacker News new | ask | show | jobs
by cherryteastain 48 days ago
You may want to look into coroutines so that the data can be fetched asynchronously.
1 comments

Yep! I'd also like to explore C++26 reflection for the XML FSM parser I currently have

Everything so far is synchronous. In our toy benchmarks I've found out Go to be quite performant, perhaps it's using go-routines behind the scenes (?) Haven't explored their internals yet but I was surprised