Numpy4J icon indicating copy to clipboard operation
Numpy4J copied to clipboard

Numpy without Python

Open JosephCottam opened this issue 12 years ago • 2 comments

Use the Numpy C bindings, not the python interpreter, to interface with numpy.

JosephCottam avatar Oct 13 '13 22:10 JosephCottam

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?

Stewori avatar Jun 02 '14 13:06 Stewori

Not sure. This is a side-project sort-of-research question. After some profiling, the embedded python interpreter doesn't actually cost much.

JosephCottam avatar Jun 03 '14 05:06 JosephCottam