Re: devel/git: used one thread by default

2025-05-08 Thread Kirill A . Korinsky
On Thu, 08 May 2025 11:32:00 +0200, Klemens Nanni wrote: > > 08.05.2025 11:33, Kirill A. Korinsky пишет: > > rovert@ had noticed that git out of the box uses as many threads as the > > system has CUPs. claudio@ had pointed that it is quite bad idea and use an > > example that ld.lld with -Wl,--thr

Re: devel/git: used one thread by default

2025-05-08 Thread Stuart Henderson
On 2025/05/08 11:57, Stefan Sperling wrote: > On Thu, May 08, 2025 at 09:32:00AM +, Klemens Nanni wrote: > > 08.05.2025 11:33, Kirill A. Korinsky пишет: > > > rovert@ had noticed that git out of the box uses as many threads as the > > > system has CUPs. claudio@ had pointed that it is quite bad

Re: devel/git: used one thread by default

2025-05-08 Thread Stefan Sperling
On Thu, May 08, 2025 at 09:32:00AM +, Klemens Nanni wrote: > 08.05.2025 11:33, Kirill A. Korinsky пишет: > > rovert@ had noticed that git out of the box uses as many threads as the > > system has CUPs. claudio@ had pointed that it is quite bad idea and use an > > example that ld.lld with -Wl,--

Re: devel/git: used one thread by default

2025-05-08 Thread Klemens Nanni
08.05.2025 12:57, Stefan Sperling пишет: > I prefer a config override to patched executables. > Config files are easier to figure out for users who become curious about > observed differences in behaviour. Exactly. > For years now we have been overriding configuration file defaults in the > devel

devel/git: used one thread by default

2025-05-08 Thread Kirill A . Korinsky
Klemens, Benoit, rovert@ had noticed that git out of the box uses as many threads as the system has CUPs. claudio@ had pointed that it is quite bad idea and use an example that ld.lld with -Wl,--threads=1 reduces the configure time by 15% and system time by 40%. So, here the diff which replaces 0

Re: devel/git: used one thread by default

2025-05-08 Thread Claudio Jeker
On Thu, May 08, 2025 at 09:32:00AM +, Klemens Nanni wrote: > 08.05.2025 11:33, Kirill A. Korinsky пишет: > > rovert@ had noticed that git out of the box uses as many threads as the > > system has CUPs. claudio@ had pointed that it is quite bad idea and use an > > example that ld.lld with -Wl,--

Re: devel/git: used one thread by default

2025-05-08 Thread Stuart Henderson
On 2025/05/08 10:33, Kirill A. Korinsky wrote: > Klemens, Benoit, > > rovert@ had noticed that git out of the box uses as many threads as the > system has CUPs. claudio@ had pointed that it is quite bad idea and use an > example that ld.lld with -Wl,--threads=1 reduces the configure time by 15% >

Re: devel/git: used one thread by default

2025-05-08 Thread Klemens Nanni
08.05.2025 11:33, Kirill A. Korinsky пишет: > rovert@ had noticed that git out of the box uses as many threads as the > system has CUPs. claudio@ had pointed that it is quite bad idea and use an > example that ld.lld with -Wl,--threads=1 reduces the configure time by 15% > and system time by 40%. >

Re: devel/git: used one thread by default

2025-05-08 Thread Klemens Nanni
08.05.2025 11:33, Kirill A. Korinsky пишет: > Klemens, Benoit, > > rovert@ had noticed that git out of the box uses as many threads as the > system has CUPs. claudio@ had pointed that it is quite bad idea and use an > example that ld.lld with -Wl,--threads=1 reduces the configure time by 15% > and