Update v1.2.0
Minor optimization:
- Added support for interning tag names & values.
- Methods that now support interning have done so via overloading, and the original methods will have interning disabled by default.
- When deserializing lots of NBT data that follows the same structure, or uses similar string values, this can help save a significant amount of memory.
- If deserialization is infrequent and with small data, there should be little-to-no difference in performance or memory consumption.