Skip to content

Comment on Ask HN: Fastest language for iteration and arrays manipulation?

Comments

You should probably identify and quantify the bottlenecks first. My guess is this in an XY problem and you’re IO bound or your architecture is doing something bad like a linear complexity algo calling a linear complexity algo in your iteration, and a 1:1 translation to C++ probably won’t have much benefit.

Actually the IO happen outside of the loops I'm trying to optimize, I shouldn't have mentioned it as they are not part of the problem.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.