kds v2.0.1 Release Notes
Release Date: 2020-12-03 // about 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from 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