pmmp / NBT

PHP library for working with the NBT (Named Binary Tag) data storage format, as designed by Mojang.
GNU Lesser General Public License v3.0
40 stars 20 forks source link

First look at ext-encoding integration #122

Open dktapps opened 1 year ago

dktapps commented 1 year ago

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.