Antoine Pitrou <[email protected]> added the comment: Crude import benchmark (Ubuntu):
* before: $ time ./python -c "import uuid" real 0m0.074s user 0m0.056s sys 0m0.012s * after: $ time ./python -c "import uuid" real 0m0.030s user 0m0.028s sys 0m0.000s * baseline: $ time ./python -c pass real 0m0.027s user 0m0.024s sys 0m0.000s ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue11063> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
