Armin Rigo pushed to branch branch/default at PyPy / pypy


Commits:
e02f9c5f by Armin Rigo at 2020-07-13T12:10:19+02:00
Better performance for pypy3---the following sequence no longer
makes any copy:

     b = StringBuilder(); b.append(some_large_string); s = b.build()

- - - - -
0790c01f by Armin Rigo at 2020-07-13T12:10:47+02:00
merge heads

- - - - -


2 changed files:

- rpython/rtyper/lltypesystem/rbuilder.py
- rpython/rtyper/test/test_rbuilder.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/c7597c7b0461dec4bf0b257976366875cacede5c...0790c01f0cef162fba3ec3540cc487667f8bf2a4

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/c7597c7b0461dec4bf0b257976366875cacede5c...0790c01f0cef162fba3ec3540cc487667f8bf2a4
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to