Hacker News new | ask | show | jobs
by masklinn 4367 days ago
> If you truly care about speed you'll have different optimizations for int32 and int64.

I'm pretty sure that's what C++ templates specialisation is for...