OpenSearch/libs/nio
Tim Brooks ffba20b748
Do not preallocate bytes for channel buffer (#31400)
Currently, when we open a new channel, we pass it an
InboundChannelBuffer. The channel buffer is preallocated a single 16kb
page. However, there is no guarantee that this channel will be read from
anytime soon. Instead, this commit does not preallocate that page. That
page will be allocated when we receive a read event.
2018-06-19 09:36:12 -06:00
..
src Do not preallocate bytes for channel buffer (#31400) 2018-06-19 09:36:12 -06:00
build.gradle Rename elasticsearch-nio to nio (#31186) 2018-06-07 17:00:00 -04:00