Skip to content

Update v1.2.0

Compare
Choose a tag to compare
@TheNullicorn TheNullicorn released this 08 Jun 03:09
9ea8855

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.