|
|
|
|
|
by gumby
2245 days ago
|
|
Since I need performance, multithreading etc my code is in C++ and has a Python interface. The languages and their power are so different that in the end it wasn't worth trying to use any of the quasi-automated linkage tools and instead the Python interface is built by hand. NumPy and such had to take this tack as well. |
|