[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Better performance for pypy3---the following sequence no longer

Armin Rigo foss at heptapod.net
Mon Jul 13 06:17:59 EDT 2020



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200713/d08ef829/attachment.html>


More information about the pypy-commit mailing list