I want to store a dict with many numpy arrays and share it across processes.
import ctypes import multiprocessing from typing import Dict, Any import numpy as np