Numpy4J
Numpy4J copied to clipboard
Numpy without Python
Use the Numpy C bindings, not the python interpreter, to interface with numpy.
This is a nice one. Are you making progress with this idea? Could you roughly sketch how you plan to implement it? "Numpy without Python" sounds like you see a way to run numpy as kind of stand-alone without the Python interpreter. If this is the case, could you tell me, how this would work?
Not sure. This is a side-project sort-of-research question. After some profiling, the embedded python interpreter doesn't actually cost much.