Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created August 20, 2008 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelklishin/6337 to your computer and use it in GitHub Desktop.
Save michaelklishin/6337 to your computer and use it in GitHub Desktop.
************************************************************************
Number of items: 1001
Results |
-----------------------------------------------
each with external memo 13.921 |
for i in x with external memo 14.571 |
inject 17.290 |
************************************************************************
Number of items: 101
Results |
-----------------------------------------------
each with external memo 1.214 |
for i in x with external memo 1.189 |
inject 1.431 |
************************************************************************
Number of items: 51
Results |
-----------------------------------------------
each with external memo 0.656 |
for i in x with external memo 0.615 |
inject 0.798 |
************************************************************************
Number of items: 21
Results |
-----------------------------------------------
each with external memo 0.268 |
for i in x with external memo 0.261 |
inject 0.338 |
************************************************************************
Number of items: 11
Results |
-----------------------------------------------
each with external memo 0.158 |
for i in x with external memo 0.143 |
inject 0.188 |
************************************************************************
Number of items: 6
Results |
-----------------------------------------------
each with external memo 0.102 |
for i in x with external memo 0.087 |
inject 0.141 |
************************************************************************
Number of items: 4
Results |
-----------------------------------------------
each with external memo 0.076 |
for i in x with external memo 0.086 |
inject 0.082 |
************************************************************************
Number of items: 3
Results |
-----------------------------------------------
each with external memo 0.066 |
for i in x with external memo 0.070 |
inject 0.085 |
************************************************************************
Number of items: 2
Results |
-----------------------------------------------
each with external memo 0.019 |
for i in x with external memo 0.062 |
inject 0.063 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment