Sounds like Gentoo...
Make Ubuntu packages 90% faster by rebuilding them
11–20 of 375 posts
Re: Make Ubuntu packages 90% faster by rebuilding them
#12Re: Make Ubuntu packages 90% faster by rebuilding them
#13Re: Make Ubuntu packages 90% faster by rebuilding them
#14Re: Make Ubuntu packages 90% faster by rebuilding them
#15Could 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.
If I had the time to fork jq, I would convert the relevant part to C++ so it doesn't spend literally all of its time dynamically allocating strings it is just about to discard.
Re: Make Ubuntu packages 90% faster by rebuilding them
#16Surprised 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.
> Are the packages all debug symbols? Upstream is stripped actually. My final build here is 43x larger than the distro binary, partly due to having plentiful debug info.
Love to see why they wouldn't have more optimizations.
I'm assuming this isn't the case for more packages? Feels too good.
Re: Make Ubuntu packages 90% faster by rebuilding them
#17Re: Make Ubuntu packages 90% faster by rebuilding them
#18Could 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.
jaq runs 5x faster on my machine in some cases
Re: Make Ubuntu packages 90% faster by rebuilding them
#19> 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
#20Looks like the main gem here is mimalloc? Love to know more about that. Good places to look?
we're using it in feldera and it's been giving us (slightly) better performance than jemalloc which is what we've used before mimalloc