netty5/codec-http/src/main
liyixin 5c19c3e6ce Optimize the QueryStringEncoder performance (#9568)
Motivation:

Optimize the QueryStringEncoder for lower memory overhead and higher encode speed.

Modification:

Encode the space to + directly, and reuse the uriStringBuilder rather then create a new one.

Result:

Improved performance
2019-09-20 21:11:07 +02:00
..
java/io/netty/handler/codec Optimize the QueryStringEncoder performance (#9568) 2019-09-20 21:11:07 +02:00
resources/META-INF/native-image/io.netty/codec-http Remove deprecated GraalVM native-image flags (#9118) 2019-05-22 19:22:03 +02:00