in very brief tests, this yielded significant performance improvements, on the order of 2x for encoding and 1.5x for decoding.
This doesn't change any public API, but inheritors of BaseNbtSerializer will need to be updated to use this. In practice nothing except NetworkNbtSerializer in BedrockProtocol should be affected.
in very brief tests, this yielded significant performance improvements, on the order of 2x for encoding and 1.5x for decoding.
This doesn't change any public API, but inheritors of
BaseNbtSerializer
will need to be updated to use this. In practice nothing exceptNetworkNbtSerializer
in BedrockProtocol should be affected.