Antoine Pitrou
Antoine Pitrou
Thanks @EnricoMi . This looks good to me except for the nit above.
Upstream Minio issue: https://github.com/minio/minio/issues/20845
Hi @mapleFU, I plan to take a look next week, does that sound acceptable?
@mapleFU Do you want to revive this?
@dinse I don't know if you're interested in this.
Does Cython support variadic template or placeholder template parameters? If so, `std::array` could be declared as `array[T, ...]`.
It seems to be a regression in 2.0 actually: ```console $ pip install "numpy
I've edited the title and description to reflect the fact that this is _CPU time_, not wall clock time. But still :-)
Each thread seems to consume literally 40-50 ms of CPU time: ```console $ OMP_NUM_THREADS=1 \time python -c "import numpy" 0.04user 0.01system 0:00.05elapsed 100%CPU (0avgtext+0avgdata 25812maxresident)k 0inputs+0outputs (0major+3471minor)pagefaults 0swaps $ OMP_NUM_THREADS=2...
I wonder what takes so much time. In Arrow we don't even launch our worker threads before there's actual usage requiring them.