Hacker News new | ask | show | jobs
by Daviey 3121 days ago
Binary docker image, with no (public) reproducible build system? No thanks.
2 comments

Doh sorry that was an oversight on our part. Just pushed up the information and our benchmark runs here https://github.com/revsys/optimized-python-docker
Also, I wonder how many obscure bugs were introduced by using more aggressive compiler flags? The image has "lto" in the name, and at https://github.com/docker-library/python/issues/160 I see this comment:

> In the future the Python developers may decide to turn on further optimizations based on this argument, for example link-time optimizations (LTO), though they haven't worked out all the bugs for that one yet.

(Thanks mastax for finding the issue!)