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

Is it fast because native & types or fast because of other reasons? The speed hierachy I've found goes: dynamic types w/ GC = 8x slower than C, static types w/ GC = 3x slower than C & static types w/ hybrid memory management like reference counting = 2x slower than C.



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

Search: