Skip to content

Instantly share code, notes, and snippets.

@shapr
Last active August 29, 2015 14:05
Show Gist options
  • Save shapr/6f58c125e6be68c35338 to your computer and use it in GitHub Desktop.
Save shapr/6f58c125e6be68c35338 to your computer and use it in GitHub Desktop.
uniquifiers benchmark results
from http://www.peterbe.com/plog/uniqifiers-benchmark:
6-core AMD @3.5GHz desktop with 16gb of RAM
ᐅ python uniqifiers_benchmark.py
* f5 2.453
* f5b 2.43
* f8 1.38
* f10 1.504
* f11 1.523
f1 1.088
f3 0.913
f6 0.97
f7 0.639
f9 0.652
ThinkPad x230 dual-core Intel @ 2.9GHz (hyperthreaded to four-cores) with 16gb of RAM:
% python uniqifiers_benchmark.py
* f5 2.15
* f5b 2.052
* f8 1.369
* f10 1.368
* f11 1.369
f1 0.973
f3 0.825
f6 0.871
f7 0.604
f9 0.599
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment