Message 333745 - Python tracker
Message333745
| Author | vstinner |
|---|---|
| Recipients | gregory.p.smith, izbyshev, koobs, nanjekyejoannah, pablogsal, serhiy.storchaka, vstinner |
| Date | 2019-01-16.00:48:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1547599740.21.0.258106917033.issue35537@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
subprocess_bench_stdout.py: benchmark for PR 11575 using stdout=subprocess.PIPE, /usr/bin/pwd, and allocate 2 GiB of memory in the parent process. Result on my laptop: Mean +- std dev: [fork_exec] 28.2 ms +- 0.3 ms -> [posix_spawn] 561 us +- 209 us: 50.25x faster (-98%) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-16 00:49:02 | vstinner | set | recipients: + vstinner, gregory.p.smith, serhiy.storchaka, koobs, izbyshev, pablogsal, nanjekyejoannah |
| 2019-01-16 00:49:00 | vstinner | set | messageid: <1547599740.21.0.258106917033.issue35537@roundup.psfhosted.org> |
| 2019-01-16 00:49:00 | vstinner | link | issue35537 messages |
| 2019-01-16 00:49:00 | vstinner | create | |