The Python Oracle

Shared-memory objects in multiprocessing

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Underwater World

--

Chapters
00:00 Question
01:59 Accepted answer (Score 144)
03:37 Answer 2 (Score 17)
05:29 Answer 3 (Score 17)
08:19 Answer 4 (Score 6)
09:21 Thank you

--

Full question
https://stackoverflow.com/questions/1072...

Accepted answer links:
[array]: http://docs.python.org/library/array.htm...
[This answer shows how to do that]: https://stackoverflow.com/a/5550156/1002...
[two methods of doing this]: http://docs.python.org/library/multiproc...
[wealth of parallel processing libraries and approaches available in Python]: http://wiki.python.org/moin/ParallelProc...

Answer 2 links:
[Ray]: https://github.com/ray-project/ray
[Apache Arrow]: https://arrow.apache.org/
[shared-memory object store]: https://arrow.apache.org/docs/python/pla...
[Ray documentation]: https://ray.readthedocs.io/en/latest/?ba...
[fast serialization using Ray and Arrow]: https://ray-project.github.io/2017/10/15...

Answer 4 links:
[brain-plasma]: https://github.com/russellromney/brain-p...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #numpy #parallelprocessing #multiprocessing #sharedmemory

#avk47