Y
Hacker News
new
|
ask
|
show
|
jobs
by
klez
1413 days ago
It's a loop with few instruction that iterates many times, written in C.
1 comments
CoffeeCollector
1412 days ago
Can’t we have a tight loop in any language? What’s special about C here?
link
josephcsible
1412 days ago
Tight loops in higher-level languages generally always have yield points/opportunities to break provided by the runtime, even if the loop itself doesn't appear to have any.
link
CoffeeCollector
1412 days ago
Seems to me this says more about the programmer than the language.
link
klez
1412 days ago
The fact that I was responding to someone asking what a tight *C* loop is, nothing more.
link