Take advantage of the fact that Java has mutable strings when writing out server ping responses, which Netty can work with when writing out UTF-8 character sequences. This reduces the memory allocation impact of server list ping responses by ~31%.
Take advantage of the fact that Java has mutable strings when writing out server ping responses, which Netty can work with when writing out UTF-8 character sequences. This reduces the memory allocation impact of server list ping responses by ~31%.