Live data from Hacker News

2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”

phoronix.com

21–24 of 24 posts

Re: 2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”

#21
post #14
post #6

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.

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. "Times" -> "Rates" would be sensible too.

Re: 2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”

#22
post #21
post #14

Earlier 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…

who knows if the title of this post has been edited or not since then, there are no indicators whether it was or not edited even if it was in the past...

Re: 2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”

#23
We merged (most of) the comments into https://news.ycombinator.com/item?id=29777048, which was posted later but has the original source.

"Please submit the original source. If a post reports on something found on another site, submit the latter."

https://news.ycombinator.com/newsguidelines.html

Re: 2.3k Patch Would Improve Linux Build Times 50~80% & Fix “Dependency Hell”

#24
post #13

Earlier 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…

Ahh, I got it now. Doh. Thank you!
Post reply on HN