Hacker News new | ask | show | jobs
by benou 2205 days ago
You do not do that. Instead you optimize the short, critical part.

Of course it does not apply to everything, you need a few hotspots, but it is quite common: audio/video codecs, scientific computation, games, crypto... And even networking.

1 comments

And with Lua (and C, and C++) its pretty easy to manage the complexity. Just put things where they belong.