goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
271 stars 12 forks source link

Shared memory array API and optional tight integration with `numpy` #338

Open goodboy opened 2 years ago

goodboy commented 2 years ago

Initial module import from piker.data._sharemem and first implementation of the system(s) discussed in #339.


Would like to have done for this to land:

jaredgoldman commented 2 years ago

See issue regarding OSX support here: https://github.com/goodboy/tractor/issues/340