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

And in fact, I've written that exact thing in a C# network stack, about 7 years ago. No bug, as I did properly check the size of the data, but totally possible to have messed up. It's not even hard code to write, just a simple object pool to return byte arrays. Which is natural, as in .NET, high performance often ends up as an exercise in removing every heap allocation possible.


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

Search: