Shared memory arrays for NumPy
alphaDescription
Shared memory arrays for multiprocessing with NumPy.
import numpy
import sharedmem as shm
arr = shm.empty(...)
arr = shm.zeros(...)
arr = shm.ones(...)
Categories
License
Update Notifications
User Ratings
User Reviews
Be the first to post a review of Shared memory arrays for NumPy!