Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save justdoit0823/504d9c7598bdc154100ec1bf5543193f to your computer and use it in GitHub Desktop.
Save justdoit0823/504d9c7598bdc154100ec1bf5543193f to your computer and use it in GitHub Desktop.
CPython generator versus greenlet.

Generator

  • shared frame object

  • multiple executions of the frame

greenlet

  • slp_switch

  • assemble code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment