Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ivoreroman on github.
  • I am ivoreroman (https://keybase.io/ivoreroman) on keybase.
  • I have a public key ASD3mVWc_jjWYGLE6zRI6oCm8UQiK8FGNKF_iJRDXmO5dwo

To claim this, I am signing this object:

@ivoreroman
ivoreroman / python-concurrency.org
Created November 2, 2017 17:19
Python concurrency talk

Python concurrency: From iterators to async/await

Global Interpreter Lock (GIL)

import time

COUNT = 100000000

start_time = time.time()