| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
I can confirm that this speeds up the allocation quite a lot as expected 👍
❯ time ./python -m test test_compile -m test_stack_overflow -v == CPython 3.11.0a0 (heads/optimize-co-positions:760daf9858, Jul 2 2021, 19:08:05) [GCC 11.1.0] == Linux-5.12.13-arch1-2-x86_64-with-glibc2.33 little-endian == cwd: /home/pablogsal/github/python/main/build/test_python_15988æ == CPU count: 36 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 2.15 Run tests sequentially 0:00:00 load avg: 2.15 [1/1] test_compile test_stack_overflow (test.test_compile.TestSpecifics) ... ok ---------------------------------------------------------------------- Ran 1 test in 3.945s OK == Tests result: SUCCESS == 1 test OK. Total duration: 4.0 sec Tests result: SUCCESS ./python -m test test_compile -m test_stack_overflow -v 3.77s user 0.47s system 99% cpu 4.241 total
Sorry, something went wrong.
|
@isidentical: Status check is done, and it's a success ❌ . |
Sorry, something went wrong.
|
concurrent_futures error, irrelevant, restarting the CI |
Sorry, something went wrong.
|
@isidentical: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
Sorry, I can't merge this PR. Reason: 3 of 5 required status checks have not succeeded: 2 expected.. |
Sorry, something went wrong.
|
@isidentical: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The new resizing system works like this;
So now we do considerably lower number of _PyBytes_Resize calls.
https://bugs.python.org/issue43950
Automerge-Triggered-By: GH:isidentical