stackoverflow.com/q/25078285

I was looking for the fastest way to popcount large arrays of data. I encountered a very weird effect: Changing the loop variable from unsigned to uint64_t made the performance drop by 50% on my PC...


Comments (0)

Sign in to post comments.