Skip to content

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.

Notifications You must be signed in to change notification settings

toutane/popcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages