Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 378 Bytes

Popcount

Popcount is a program that returns the number of set bits, that is, bit whose value is 1, in a uint64 value, which is called its population count.
This program let you choose between three different algorithms.


popcount-terminal