<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib, branch OTP-21.3.7</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2019-03-29T18:25:50+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-03-29T18:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dc1176e39125148f6592bbd44585a1b5c7122443'/>
<id>dc1176e39125148f6592bbd44585a1b5c7122443</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_tar: Use read_ahead when reading compressed tar files</title>
<updated>2019-03-28T11:05:15+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2019-03-28T10:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=46e1565e73bc4490d29f0193146d4d75d9dba226'/>
<id>46e1565e73bc4490d29f0193146d4d75d9dba226</id>
<content type='text'>
Jumping around in a compressed file is nowhere near as cheap as
for uncompressed files, as it requires reading and decompressing
up until the desired position. Using read_ahead will improve
performance slightly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jumping around in a compressed file is nowhere near as cheap as
for uncompressed files, as it requires reading and decompressing
up until the desired position. Using read_ahead will improve
performance slightly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2019-03-11T10:52:56+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-03-11T10:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9780184b2cf76eced1ef987408073e96cc29f3bb'/>
<id>9780184b2cf76eced1ef987408073e96cc29f3bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/ets-no-mbuf-trapping/OTP-15660'</title>
<updated>2019-03-07T19:48:02+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-03-07T19:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8e323b5c6cbc2ffc8f8f8883daaaf419144c35f1'/>
<id>8e323b5c6cbc2ffc8f8f8883daaaf419144c35f1</id>
<content type='text'>
into sverker/maint/ets-no-mbuf-trapping/OTP-15660
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into sverker/maint/ets-no-mbuf-trapping/OTP-15660
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Remove ets traversal yielding if heap fragment</title>
<updated>2019-03-07T19:42:57+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-03-07T19:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8dec35910330a44de3fa08573e3029f10b3aa4ae'/>
<id>8dec35910330a44de3fa08573e3029f10b3aa4ae</id>
<content type='text'>
Many heap fragments do no longer make the GC slow.

Even worse, we are not guaranteed that a yield will provoke a GC
removing the fragments, which might lead to a one-yield-per-bucket
scenario if the heap fragment(s) still remains after each yield.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many heap fragments do no longer make the GC slow.

Even worse, we are not guaranteed that a yield will provoke a GC
removing the fragments, which might lead to a one-yield-per-bucket
scenario if the heap fragment(s) still remains after each yield.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Correct and optimize pretty printing of strings</title>
<updated>2019-03-05T11:02:25+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-02-26T09:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cd5dbd5204a783743c72116d81e993ec041b7396'/>
<id>cd5dbd5204a783743c72116d81e993ec041b7396</id>
<content type='text'>
Avoid traversing all of the list/string when only part of it will be
used. An explicit check that the list is flat is needed since
string:slice() accepts deep lists and more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid traversing all of the list/string when only part of it will be
used. An explicit check that the list is flat is needed since
string:slice() accepts deep lists and more.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hasse/stdlib/optimize_calendar_rfc3339/OTP-15630' into maint</title>
<updated>2019-03-04T11:41:12+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-03-04T11:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=069bf45930346e31869362df5e1527d8616f7db1'/>
<id>069bf45930346e31869362df5e1527d8616f7db1</id>
<content type='text'>
* hasse/stdlib/optimize_calendar_rfc3339/OTP-15630:
  stdlib: Optimize calendar:system_time_to_rfc3339()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/stdlib/optimize_calendar_rfc3339/OTP-15630:
  stdlib: Optimize calendar:system_time_to_rfc3339()
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the atomic guarantees for ets:update_counter()</title>
<updated>2019-02-22T11:51:54+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2019-02-22T11:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b1da810f5702e4bedfacd24eb37907648891b277'/>
<id>b1da810f5702e4bedfacd24eb37907648891b277</id>
<content type='text'>
The phrasing "no process can access the ETS table in the middle of the
operation" implies that the entire table is looked during
the operation, which is not true if `write_concurrency`
is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The phrasing "no process can access the ETS table in the middle of the
operation" implies that the entire table is looked during
the operation, which is not true if `write_concurrency`
is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Optimize calendar:system_time_to_rfc3339()</title>
<updated>2019-02-20T09:45:39+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-02-19T08:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0561700c3d4a9339bf4da587d335d3c08b9d9e6f'/>
<id>0561700c3d4a9339bf4da587d335d3c08b9d9e6f</id>
<content type='text'>
Not using io_lib for formatting makes the conversion several times
faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not using io_lib for formatting makes the conversion several times
faster.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix a bug in the Erlang Pretty Printer</title>
<updated>2019-02-18T14:34:22+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-02-18T14:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9502b4256d5c310fcac7355c71c3024851ad6751'/>
<id>9502b4256d5c310fcac7355c71c3024851ad6751</id>
<content type='text'>
Long atom names in combination with &lt;c&gt;&lt;&lt;&gt;&gt;&lt;/c&gt; could cause a crash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Long atom names in combination with &lt;c&gt;&lt;&lt;&gt;&gt;&lt;/c&gt; could cause a crash.
</pre>
</div>
</content>
</entry>
</feed>
