Y
Hacker News
new
|
ask
|
show
|
jobs
by
tekknolagi
176 days ago
If all you're doing is summing small integers---frequently the case---it's much preferable to optimize that to be fast and then skip the very dynamic method lookup (the slower, less common case)