Documentation ¶
Overview ¶
Package popcount ... Exercise 2.3: Rewrite PopCount to use a loop instead of a single expression. Compare the per- formance of the two versions. (Section 11.4 shows how to compare the performance of differ- ent implementations systematically.)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PopCountLoop ¶
PopCountLoop use a loop instead of a single expression.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.