I run two programs: one in Python and one in C ++, and I need to split a two-dimensional array (total decimal numbers) between them. I am currently studying serialization, but pickleunfortunately it is specific to python. What is the best way to do this?
thank
Edit: It is likely that there will be only 50 elements or so in the array, but data transfer will be required very often: 60 times per second or more.
source
share