←back to thread

I don't like NumPy

(dynomight.net)
480 points MinimalAction | 1 comments | | HN request time: 0.204s | source
1. srean ◴[] No.43998724[source]
I for one like Numpy's broadcast far better than Matlab's. In Numpy it's a logical operation, no unnecessary memory/copying cost.

Last time I checked Matlab (that was surely decade ago) it actually filled memory with copied data.