[Python-ideas] Re: multiprocessing: hybrid CPUs

2021-08-20 Thread c.buhtz
I have to say thank you very much for all your experience and hints. It helps me a lot just talking with real professionals! ;) On 2021-08-19 23:32 "Stephen J. Turnbull" wrote: > The remaining question is "how many chunks?" If that's relevant, ISTM > a few simple experiments will show where the

[Python-ideas] Re: multiprocessing: hybrid CPUs

2021-08-20 Thread Chris Angelico
On Fri, Aug 20, 2021 at 5:22 PM wrote: > I simply tried to understand how processes transfering data between > each other. I know they pickle. But how exactly? Which pickle protocol > they use by default? Do they decide the protocol depending on the > type/kind/structure of data? Do they compress

[Python-ideas] Re: multiprocessing: hybrid CPUs

2021-08-20 Thread Marc-Andre Lemburg
On 20.08.2021 09:30, Chris Angelico wrote: > On Fri, Aug 20, 2021 at 5:22 PM wrote: >> I simply tried to understand how processes transfering data between >> each other. I know they pickle. But how exactly? Which pickle protocol >> they use by default? Do they decide the protocol depending on the

[Python-ideas] Re: Add .cache and compile_commands.json to .gitignote

2021-08-20 Thread Jack DeVries
I already do have it in my personal gitignore (.git/info/exclude) which works fine. I just thought there might be a lot of people using clangd, and I thought it might be handy to put it in for everyone. I'm just interested in hearing what others think; thank you for your response Steven On Fri, A

[Python-ideas] Re: Add .cache and compile_commands.json to .gitignote

2021-08-20 Thread Tim Delaney
On Fri, 20 Aug 2021 at 15:50, Stephen J. Turnbull < [email protected]> wrote: > Jack DeVries writes: > > > What does everyone think? Can we add these two items to the .gitignore: > > > > - `.cache` > > - `compile_commands.json` > > I don't see any cost to this -- .cache is un