Releases: CCBlueX/fastutil4k
Releases · CCBlueX/fastutil4k
v0.2.5
0.2.4 doesn't exist because of build failure.
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Add
invokeoperator function extensions for Function types by @Emirlol in #2 - Fix
Array.toEnumSetnot applicable to vararg (Array<out E>) - Add empty/singleton mapOf
- Fix typed forEach still boxed
New Contributors
Full Changelog: v0.2.3...v0.2.4
v0.2.3
forEachIsInstance<T>&onEachIsInstance<T>forArray|Sequence|Iterable|StreamenumMapOfenumSetOf- Typed mutable map creators, like
intLongHashMapOf(1, 1L)
Full Changelog: v0.2.2...v0.2.3
v0.2.2
See 0.2.1 changelogs
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Add optimized LfuCache (comparing with the old implementation in LiquidBounce)
- Add some missing inline functions
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Split into 2 jar
- Rename
- Fix WeightedSortedList default lower bound
Full Changelog: v0.1.5...v0.2.0
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
MutableList/Array.swap(i, j)- WeightedSortedList
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Primitive iterable/iterator forEach/onEach/forEachIndexed
Full Changelog: v0.1.2...v0.1.3
v0.1.2
TypedList?.orEmpty()- Extensions of
java.util.Collections - Optimized
TypedArray.asTypedList
Full Changelog: v0.1.1...v0.1.2