You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed overhead in SocketChannel, ServerSocketChannel, DatagramChannel, and PendingDatagramWriteManager relating to the removed flush promises. (#234)
Removed unnecessary promise allocation in Selector.closeGently. (#237)
Cleaned up ordering in EmbeddedChannel connect and close with respect to promises and channelActive/channelInactive. (#241)
Improved PriorityQueue and Heap performance by bringing them into the NIO module. (#245)
Reduced the duplication of results in getaddrinfo lookups. (#221)
Reduced storage overhead of ChannelHandlerContext. (#247)
Avoided re-arming timerfd on Linux when doing so was not necessary. (#264)
Improved performance of allocation operations in ByteBuffer. (#267)
Improved performance and reduced allocation in HTTPDecoder. (#275)