This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gregory.p.smith, izbyshev, nanjekyejoannah, vstinner
Date 2018-12-20.11:01:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545303665.93.0.788709270274.issue35537@psf.upfronthosting.co.za>
In-reply-to
Content
Benchmark on FreeBSD:

$ env/bin/python -m perf compare_to fork_exec.json posix_spawn.json 
Mean +- std dev: [fork_exec] 52.8 ms +- 4.7 ms -> [posix_spawn] 499 us +- 45 us: 105.91x faster (-99%)

Wow! 106x faster!
History
Date User Action Args
2018-12-20 11:01:05vstinnersetrecipients: + vstinner, gregory.p.smith, izbyshev, nanjekyejoannah
2018-12-20 11:01:05vstinnersetmessageid: <1545303665.93.0.788709270274.issue35537@psf.upfronthosting.co.za>
2018-12-20 11:01:05vstinnerlinkissue35537 messages
2018-12-20 11:01:05vstinnercreate