Hacker News new | past | comments | ask | show | jobs | submit login

>Performance compared to .Net or Java. When each array element access checks the bounds and throws exceptions, you know you're leaking CPU cycles there.

/facepalm

Has this person worked with modern JVM runtimes? JIT compilers? Does he know that they don't actually need to test the access each time but are able to move the test out of the loops? Or use the Unix signaling system to avoid having to create an exception, except when something goes wrong?




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

Search: