Hacker News new | ask | show | jobs
by dymk 676 days ago
asmjit is great; I used it for building a primitive (but quite fast) query engine for in-memory graphs. It made it simple to go from query AST to native instructions, most of which was "call this other compiled function".