Y
Hacker News
new
|
ask
|
show
|
jobs
by
magnusjonsson
4537 days ago
The constant factor is huge compared to a straight pointer.
1 comments
Peaker
4537 days ago
Most parts of most programs aren't performance centric and can take a hit. As evidence, see all the Ruby/Python programs that have constant penalties that go up to 200 in many cases.
link
eonil
4537 days ago
I was talking about pretty realtime applications like games. I'm sorry that was unclear.
link
Peaker
4536 days ago
In such applications, I wouldn't even want to get the GC penalty, so I'd be constrained to a very small set of languages.
link