Hacker News new | ask | show | jobs
by measurablefunc 155 days ago
The task is ill-defined.
1 comments

You make it faster
Fewer instructions doesn't mean it's faster. It can be faster but it's not guaranteed in general. Obvious counterexample is single threaded vs multi-threaded code. Single threaded code will have fewer instructions but won't necessarily be faster.
It does in this case; you can read the assignment to see that it is all single-threaded
I read it, you're mistaken.
I did the assignment my guy
That's great but I didn't ask & that's still not addressing my point.