Skip to content

Instantly share code, notes, and snippets.

@awto
Created February 16, 2018 18:36
Show Gist options
  • Select an option

  • Save awto/82aff829d62ea4eb04ef1a0d72d689c8 to your computer and use it in GitHub Desktop.

Select an option

Save awto/82aff829d62ea4eb04ef1a0d72d689c8 to your computer and use it in GitHub Desktop.
Faster generators article - small benchmark
function* generator() {
yield 1;
yield 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment