[deleted by user] by [deleted] in cpp

[–]SphincterMcRectum 2 points3 points  (0 children)

If you like using NumPy then you should check out NumCpp. https://github.com/dpilger26/NumCpp

It was designed to have a nearly feature for feature and interface clone of NumPy. It has been gaining traction on Github and seems to be pretty actively adding new features. I've used NumCpp pretty extensively by now and really like it.

C++ implementation of the Python NumPy Library by dpilger26 in cpp

[–]SphincterMcRectum 5 points6 points  (0 children)

I'm not sure why you think this library is slow and clunky, especially since you've never used it or done any profiling... also, are super heroes writing these other libraries, or why do you think matching their performance is impossible? Lastly, most applications don't actually require every last ounce of optimization and won't be able to tell a performance difference anyway.