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

To loop back to the original point, Neat arrays are pointer + length + base. This is necessary for refcounting, but it also allows managing capacity, ie. appending to slices. D gets away with pointer + length, but it can ask the GC for capacity.


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

Search: