Make Ubuntu packages 90% faster by rebuilding them
gist.github.com
Make Ubuntu packages 90% faster by rebuilding them
1–10 of 375 posts
Re: Make Ubuntu packages 90% faster by rebuilding them
#2Why wouldn't that be identical?
Re: Make Ubuntu packages 90% faster by rebuilding them
#3I recall trying with march=native and seeing some improvement, but not enough to care at a system level.
Re: Make Ubuntu packages 90% faster by rebuilding them
#4> What happens if you grab the jq source code from Launchpad, then configure and rebuild it with no flags at all? Even that is about 2-4% faster than the Ubuntu binary package. Why wouldn't that be identical?
Re: Make Ubuntu packages 90% faster by rebuilding them
#5Re: Make Ubuntu packages 90% faster by rebuilding them
#6Re: Make Ubuntu packages 90% faster by rebuilding them
#7Surprised it would be 90%. Are the packages all debug symbols? I recall trying with march=native and seeing some improvement, but not enough to care at a system level.
Upstream is stripped actually. My final build here is 43x larger than the distro binary, partly due to having plentiful debug info.
Re: Make Ubuntu packages 90% faster by rebuilding them
#8Could you release a fork of jq whose make does all this fanciness? I use jq A LOT so would love a turnkey solution to make it faster.
Re: Make Ubuntu packages 90% faster by rebuilding them
#9> What happens if you grab the jq source code from Launchpad, then configure and rebuild it with no flags at all? Even that is about 2-4% faster than the Ubuntu binary package. Why wouldn't that be identical?