commit | 943b38165ba7e66c94fe124b65edfb353cf764cc | [log] [download] |
---|---|---|
author | winofi <cux14d@gmx.net> | Tue Aug 08 13:39:14 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Aug 08 13:39:14 2017 +0200 |
tree | 6fbba46e49c5d2abd761be8b5f8947272bfbdc45 | |
parent | a75d0c24423f98e6d7880502142473b997cc5baf [diff] |
Avoid gc stressing MessageFormat.format call Avoid MessageFormat.format call in protocolsupport.api.ProtocolVersion.OrderId.compareTo because it produces huge amounts of characters (600kB/player/second on our spigot servers). Maybe a simple "Cant compare order from different types" or "Cant compare order from different types: this - " + type + ", other - " + o.type will be sufficient to avoid the format call.
Support 1.12, 1.11, 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4.7 client on Spigot 1.12.1 and GlowStone
Important notes:
Known issues:
Known wontfix issues:
================
Spigot: http://www.spigotmc.org/resources/protocolsupport.7201/
BukkitDev: https://dev.bukkit.org/projects/protocolsupport/
Jenkins: http://build.true-games.org/job/ProtocolSupport/
================
Licensed under the terms of GNU AGPLv3