Pass a large array from Python to C function using ctypes

前端 未结 0 564
野趣味
野趣味 2020-12-14 06:32

I would like to pass a large numpy array (10,000,000 x 3) to a C++ function through ctypes interface. Is this a bad practice, or are there anything that I should be aware of

相关标签:
回答
  • 消灭零回复
提交回复
热议问题