Skip to content

Commit 55ba7f1

Browse files
committed
Deploy site '25047d709' on 2018-09-28 08:51:23
1 parent 25047d7 commit 55ba7f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

news/2018/09/28/4-1-30-Final.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h1>
264264
<li>Fixed illegal reflective access by not relying on a sun.net.dns class. (<a href="https://github.com/netty/netty/pull/8319">#8319</a>)</li>
265265
<li>Don't re-arm timerfd each epoll_wait (<a href="https://github.com/netty/netty/pull/7816">#7816</a>)</li>
266266
<li>Allow to configure socket option SO_BUSY_POLL (<a href="https://github.com/netty/netty/pull/8268">#8268</a>)</li>
267-
<li>Use a non-volatile read for ensureAccessible() whenever possible to reduce overhead and allow better inlining. (<a href="https://github.com/netty/netty/pull/8268">#8266</a>)</li>
267+
<li>Use a non-volatile read for ensureAccessible() whenever possible to reduce overhead and allow better inlining. (<a href="https://github.com/netty/netty/pull/8266">#8266</a>)</li>
268268
<li>Correctly reset offset when fail lazy because of too long frame (<a href="https://github.com/netty/netty/pull/8257">#8257</a>)</li>
269269
<li>Do not fail on runtime when an older version of Log4J2 is on the classpath (<a href="https://github.com/netty/netty/pull/8240">#8240</a>)</li>
270270
<li>TCN is failing with error:14179044:SSL routines:tls_construct_server_key_exchange:internal error (<a href="https://github.com/netty/netty/issues/8165">#8165</a>)</li>
@@ -280,7 +280,7 @@ <h1>Important notes</h1>
280280

281281
<h2><code>ByteBuf</code> performance improvements</h2>
282282

283-
<p>By relaxing the access mode for reference checks during operations in (<a href="https://github.com/netty/netty/pull/8268">#8266</a>) we were able to see a 25 % performance win when doing chained operations on the <code>ByteBuf</code>. The gains may even be higher depending on how many operations you perform in your application in the same method body.</p>
283+
<p>By relaxing the access mode for reference checks during operations in (<a href="https://github.com/netty/netty/pull/8266">#8266</a>) we were able to see a 25 % performance win when doing chained operations on the <code>ByteBuf</code>. The gains may even be higher depending on how many operations you perform in your application in the same method body.</p>
284284

285285
<h2><code>DnsNameResolver</code> improvements</h2>
286286

news/index.atom

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
33
<id>http://netty.io/</id>
44
<title>Netty</title>
5-
<updated>2018-09-28T08:38:36+02:00</updated>
5+
<updated>2018-09-28T10:49:01+02:00</updated>
66
<link href="http://netty.io/news/index.atom" rel="self" type="application/atom+xml" />
77
<link href="http://netty.io/" rel="alternate" type="text/html" />
88
<entry>
99
<id>http://netty.io/news/2018/09/28/4-1-30-Final.html</id>
1010
<title>Netty 4.1.30.Final released</title>
11-
<updated>2018-09-28T08:38:36+02:00</updated>
11+
<updated>2018-09-28T10:49:01+02:00</updated>
1212
<published>2018-09-28T00:00:00+00:00</published>
1313
<link href="http://netty.io/news/2018/09/28/4-1-30-Final.html" rel="alternate" type="text/html" />
1414
<author>
@@ -39,7 +39,7 @@
3939
&lt;li&gt;Fixed illegal reflective access by not relying on a sun.net.dns class. (&lt;a href=&quot;https://github.com/netty/netty/pull/8319&quot;&gt;#8319&lt;/a&gt;)&lt;/li&gt;
4040
&lt;li&gt;Don't re-arm timerfd each epoll_wait (&lt;a href=&quot;https://github.com/netty/netty/pull/7816&quot;&gt;#7816&lt;/a&gt;)&lt;/li&gt;
4141
&lt;li&gt;Allow to configure socket option SO_BUSY_POLL (&lt;a href=&quot;https://github.com/netty/netty/pull/8268&quot;&gt;#8268&lt;/a&gt;)&lt;/li&gt;
42-
&lt;li&gt;Use a non-volatile read for ensureAccessible() whenever possible to reduce overhead and allow better inlining. (&lt;a href=&quot;https://github.com/netty/netty/pull/8268&quot;&gt;#8266&lt;/a&gt;)&lt;/li&gt;
42+
&lt;li&gt;Use a non-volatile read for ensureAccessible() whenever possible to reduce overhead and allow better inlining. (&lt;a href=&quot;https://github.com/netty/netty/pull/8266&quot;&gt;#8266&lt;/a&gt;)&lt;/li&gt;
4343
&lt;li&gt;Correctly reset offset when fail lazy because of too long frame (&lt;a href=&quot;https://github.com/netty/netty/pull/8257&quot;&gt;#8257&lt;/a&gt;)&lt;/li&gt;
4444
&lt;li&gt;Do not fail on runtime when an older version of Log4J2 is on the classpath (&lt;a href=&quot;https://github.com/netty/netty/pull/8240&quot;&gt;#8240&lt;/a&gt;)&lt;/li&gt;
4545
&lt;li&gt;TCN is failing with error:14179044:SSL routines:tls_construct_server_key_exchange:internal error (&lt;a href=&quot;https://github.com/netty/netty/issues/8165&quot;&gt;#8165&lt;/a&gt;)&lt;/li&gt;
@@ -55,7 +55,7 @@
5555

5656
&lt;h2&gt;&lt;code&gt;ByteBuf&lt;/code&gt; performance improvements&lt;/h2&gt;
5757

58-
&lt;p&gt;By relaxing the access mode for reference checks during operations in (&lt;a href=&quot;https://github.com/netty/netty/pull/8268&quot;&gt;#8266&lt;/a&gt;) we were able to see a 25 % performance win when doing chained operations on the &lt;code&gt;ByteBuf&lt;/code&gt;. The gains may even be higher depending on how many operations you perform in your application in the same method body.&lt;/p&gt;
58+
&lt;p&gt;By relaxing the access mode for reference checks during operations in (&lt;a href=&quot;https://github.com/netty/netty/pull/8266&quot;&gt;#8266&lt;/a&gt;) we were able to see a 25 % performance win when doing chained operations on the &lt;code&gt;ByteBuf&lt;/code&gt;. The gains may even be higher depending on how many operations you perform in your application in the same method body.&lt;/p&gt;
5959

6060
&lt;h2&gt;&lt;code&gt;DnsNameResolver&lt;/code&gt; improvements&lt;/h2&gt;
6161

0 commit comments

Comments
 (0)