kds v2.0.1 Release Notes

Release Date: 2020-12-03 // over 3 years ago

Previous changes from v2.0.0

  • v1.11.0...v2.0.0

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix Array2 hashCode to use content

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘Œ Improved IntMap and variants hashing in some cases
    • โœ‚ Remove Pool.alloc crossinline

    โž• Additions:

    • IntArray and FloatArray add variants for several values at once as an optimization

    ๐Ÿ’ฅ Breaking changes:

    • IntArray, FloatArray etc. now extends Collection, not List, and now get/set do not boxes
    • โœ‚ Removed Any.kdsFreeze, Any.kdsIsFrozen etc. replaced by global function kdsFreeze