Discover Packages
github.com/ray-g/gopl
ch02
ex2.04
package
Version:
v0.0.0-...-8cd4330
Opens a new window with list of versions in this module.
Published: Jun 28, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Exercise 2.4 (P45)
Write a version of PopCount
that counts bits by shifting its argument through 64-bit positions,
testing the rightmost bit each time. Compare its performance to the table-lookup version.
Expand ▾
Collapse ▴
Documentation
¶
PopCountShift returns the population count (number of set bits) of x by shifting.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.