OpenSearch/test/framework
Tim Brooks ba478827ad
Improve MockTcpTransport memory usage (#35402)
The MockTcpTransport is not friendly in regards to memory usage. It must
allocate multiple byte arrays for every message. This improves the
memory situation by failing fast if the message is improperly formatted.
Additionally, it uses reusable big arrays for at least half of the
allocated byte arrays.
2018-11-09 10:12:49 -07:00
..
src Improve MockTcpTransport memory usage (#35402) 2018-11-09 10:12:49 -07:00
build.gradle Introduce build qualifier parameter (#35155) 2018-11-02 05:27:40 +02:00