| ▲ | iambvk a year ago | |
Thanks for this information. I wasn't aware that using 64-bit ints makes such a big difference in performance. Thank you. | ||
| ▲ | zamadatix a year ago | parent [-] | |
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. | ||