-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Eric Snow edited this page Feb 10, 2023
·
17 revisions
- (2012) Nick Coghlan blog: Volunteer developed free-threaded cross platform virtual machines?
- (2015) Eric Snow on python-ideas: solving multi-core Python
- (2016) Eric Snow blog: Solving Multi-Core Python
- (2017) Eric Snow on python-ideas: Exposing CPython's subinterpreter C-API in the stdlib.
- (2018) Eric Snow at language summit: Subinterpreter support for Python
- parallel programming folks (incl. scientific, numerical)
- Dask
- multiprocessing
- other Python implementors (incl. micropython, numba)
- Trent Nelson (PyParallel)
- folks that benefit from isolated threads (& opt-in sharing) in-process
- web (e.g. mod_wsgi)
- async web (e.g. HTTP/2, Django Channels)
- Sarah Mount (python-csp)
- folks interested in alternate concurrency model to threading, async