On Tue, 17 Jan 2017 08:56:42 -0500 Neal Becker <ndbeck...@gmail.com> wrote:
> I've installed via pip3 on linux x86_64, which gives me a wheel. My > question is, am I loosing significant performance choosing this pre-built > binary vs. compiling myself? For example, my processor might have some more > features than the base version used to build wheels. Hi, I have done some benchmarking (%timeit) for my code running in a jupyter-notebook within a venv installed with pip+manylinux wheels versus ipython and debian packages (on the same computer). I noticed the debian installation was ~20% faster. I did not investigate further if those 20% came from the manylinux (I suspect) or from the notebook infrastructure. HTH, -- Jérôme Kieffer _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-discussion