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

> People who work in managed languages don't care about pointers.

Yes we care, they are called references.

Use too much of them without thinking and performance goes down the drain thanks to cache misses.

This is why managed languages that care about performance have value types and padding support. Even Java is getting them.




Except Java hasn't had them for 20 years and most Java programmers don't even think about how it takes 4 levels of indirection to just read something that would be a struct in C.




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

Search: