Live data from Hacker News

Tracing np.add, all the way down

blog.veitheller.de

1–7 of 7 posts

Re: Tracing np.add, all the way down

#7

I don't understand, I thought numpy hooked into the fortran stuff :|

numpy is pretty much all C and python. They may dispatch to some Fortran libraries, but I think basically all the internal implementations they have are C. IIRC, scipy does (did?) actually use a lot of fortran fwiw.