Y
Hacker News
new
|
ask
|
show
|
jobs
by
iambvk
575 days ago
Thanks for this information. I wasn't aware that using 64-bit ints makes such a big difference in performance. Thank you.
1 comments
zamadatix
575 days ago
Usually less on computation performance (often identical or very close to in raw cycle count for the operation) but more on cache/memory performance. The way that maps is platform specific of course.
link