Skip to content

Instantly share code, notes, and snippets.

@mjgiarlo
Forked from rsinger/gist:325368
Created March 9, 2010 15:21
Show Gist options
  • Save mjgiarlo/326689 to your computer and use it in GitHub Desktop.
Save mjgiarlo/326689 to your computer and use it in GitHub Desktop.
Benchmarking scripts in different languages. Scripts open a 19GB JSON file and do stuff with it.
perl 5.10.0:
real 97m48.002s
user 92m7.045s
sys 1m5.712s
python 2.6.4:
real 91m8.783s
user 85m40.705s
sys 1m0.568s
python 2.6.4 (threaded):
[upcoming]
python 2.6.4 (mmapped):
[upcoming]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment