Skip to content

Kasha/SharedMemoryComplexPythonArray

Repository files navigation

SharedMemoryComplexPythonArray

Example of how to: Transferring big data between processes in Python overcoming the pickel latency problem. Managing memory instead of Python heap and locks using shared static C DLL memory heap for faster data saving and retrieving. Using ctypes double arrays for transferring complex numbers between Python and C++ Lib. Using Eigen Linear Algebra Library

Python, C++

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors