|
|
|
|
|
by mlthoughts2018
2124 days ago
|
|
I definitely agree that could be a case where you want a statically compiled module that avoid any interpreted language overheads or high cost abstractions. But what would make C++ easier to write, tune, integrate or deploy in that case than using Cython to create the C++ extension for you? |
|