General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
MrAbrazildo
Computerphile
comments
Comments by "MrAbrazildo" (@MrAbrazildo) on "Essentials: Functional Programming's Y Combinator - Computerphile" video.
In a project, I had a recursive f() in the main loop, which is disastrous for performance. I took it off, using several 'goto's. However, I discovered that it got slower! o-0
1