Earlier quoted context omitted.
The OP missed out the key word "series" from the actual blog. In this context 2.3k refers to 2300. Hopefully @dang can revise the title slightly or maybe just point to the actual patch - https://lore.kernel.org/lkml/YdIfz+LMewetSaEB@gmail.com/T/#u
> The OP missed out the key word "series" from the actual blog. Probably didn't miss it... probably hit the very strict/short HN post title limit.
2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”
21–24 of 24 posts
Re: 2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”
#22Earlier quoted context omitted.
> The OP missed out the key word "series" from the actual blog. Probably didn't miss it... probably hit the very strict/short HN post title limit.
No, the limit is 80 characters, and the current title is 73, so "Series " would fit. Also, "2.3k", besides being confusing, is not actually an abbreviation of 2297. len('2297 Patch Series Would Improve Linux Build Times 50~80% & Fix "Dependency Hell"') == 80. Better would be to replace "Patch" with "Commit", since that's how Molnar describes it, but that would take rewording (or removal of quotes) to fit on HN. "Time…
Re: 2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”
#23"Please submit the original source. If a post reports on something found on another site, submit the latter."
Re: 2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”
#24Earlier quoted context omitted.
What's the difference then? Build time, I would assume would be a number like "it takes 4 minutes to build a kernel package".. Build rate also assuming, is more like "We can build 50 of these in an hour on two servers"... The two are related, but you can scale the rate with more hardware, whereas the time is limited to how fast your hardware is or how optimised the job is, no? So Improving the _time_ increases your r…
I think the point isn't subtleties about scaling with more hardware, but about the fact that the percentages mean very different things depending on whether they're describing times or rates. A 50% improvement in build time means becoming 2x as fast. A 50% improvement in build rate means becoming 1.5x as fast. An 80% improvement in build time means becoming 5x as fast. An 80% improvement in build rate means becoming…