Skip to content

Instantly share code, notes, and snippets.

@fcamel
Created October 16, 2016 10:02
Show Gist options
  • Save fcamel/76b3584b5c15c8663ca6e7f1bf49784b to your computer and use it in GitHub Desktop.
Save fcamel/76b3584b5c15c8663ca6e7f1bf49784b to your computer and use it in GitHub Desktop.
$ 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