Is there a way to share a section of memory between a C and Python process in windows? In windows you can create shared memory locations and in python you can shared memory between processes but I have not seen shared memory between python and windows program.
Asked
Active
Viewed 27 times
0
-
This might be applicable - depending on your bandwidth and data sizes https://stackoverflow.com/a/66456923/2836621 – Mark Setchell Mar 22 '22 at 10:56