Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Speeding up C++ code with template lambdas (lemire.me)
10 points by jandeboevrie 11 months ago | hide | past | favorite | 2 comments


Hrmm. What exactly is the value of the lambda in this scenario? The case for it seems aesthetic. Anyway, lambdas are not anonymous. They have a name but the author is not allowed to know it. So it seems like six of these or half a dozen of those.


I agree that in this particular case most compilers would be able to take advantage of the compile time constant even without any templates. But I also suspect there could be other cases where templates might be useful or necessary.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: