Skip to content

Instantly share code, notes, and snippets.

@kchapelier
Last active August 29, 2015 14:04
Show Gist options
  • Save kchapelier/81cebdd639c03c7bf255 to your computer and use it in GitHub Desktop.
Save kchapelier/81cebdd639c03c7bf255 to your computer and use it in GitHub Desktop.
JSPerfs of interest
http://jsperf.com/array-cloning-2 : concat vs slide(0)
http://jsperf.com/proxy-or-not : proxy vs function ref copy
http://jsperf.com/for-vs-array-foreach/11 : iterating an array
http://jsperf.com/named-vs-unnamed-function : Named vs unnamed function (and method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment