5 ms·
Can’t we have a tight loop in any language? What’s special about C here?
by CoffeeCollector 4y ago
Can’t we have a tight loop in any language? What’s special about C here?
- josephcsible 4y agoTight 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.
- CoffeeCollector 4y agoSeems to me this says more about the programmer than the language.
- klez 4y agoThe fact that I was responding to someone asking what a tight *C* loop is, nothing more.