|
|
|
|
|
by SJC_Hacker
710 days ago
|
|
Python can efficiently call C libs if you use ctypes and native pointers, which numpy uses. Of course depends on expected layout. If you want to convert to Python lists its is going to take time. Not sure about Python arrays. |
|