Created
October 16, 2016 10:02
-
-
Save fcamel/76b3584b5c15c8663ca6e7f1bf49784b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ g++ count_bits.cpp -o count_bits -std=c++11 -O3 && ./count_bits | |
count_by_table : sum=7999273000, duration=576939173ns | |
count_by_bit_operation: sum=7999273000, duration=236211785ns | |
count_by_popcnt : sum=7999273000, duration=67943502ns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment