snake.core.parallel

snake.core.parallel#

Utilities for running parallel computations with processes and shared memory.

Functions

array_from_shm

Get arrays from shared memory.

array_to_shm

Move an array to shared memory.

run_parallel

Run a function in parallel with shared memory.

Classes

ArrayProps

Properties of an array stored in shared memory.

SHM_Wrapper

Wrapper for function to be call with parallel shared memory.