Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

...except that in this case, when you take full control of the memory management, you slow things down. The problem with using pointers (without using the restrict keyword) is that it can seriously impede out of order processing on modern CPUs. Now, the author has missed the existence of the restrict keyword in C99, but in the absence of that his point is good.


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

Search: