[Python-ideas] solving multi-core Python
Eric Snow
ericsnowcurrently at gmail.com
Wed Jun 24 06:15:10 CEST 2015
More information about the Python-ideas mailing list
Wed Jun 24 06:15:10 CEST 2015
- Previous message (by thread): [Python-ideas] solving multi-core Python
- Next message (by thread): [Python-ideas] solving multi-core Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Jun 21, 2015 at 4:40 AM, Stefan Behnel <stefan_ml at behnel.de> wrote: > If objects can make it explicit that they support sharing (and preferably > are allowed to implement the exact details themselves), I'm sure we'll find > ways to share NumPy arrays across subinterpreters. That feature alone tends > to be a quick way to make a lot of people happy. Are you thinking of something along the lines of a dunder method (e.g. __reduce__)? -eric
- Previous message (by thread): [Python-ideas] solving multi-core Python
- Next message (by thread): [Python-ideas] solving multi-core Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list