Skip to content

Commit 842ff63

Browse files
committed
Prepare for release 0.7.0
1 parent 41b0a30 commit 842ff63

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ _Date TBD_
2020
**Performance Improvements:**
2121

2222
* Update `filter`, `filterIndexed`, & `filterNot` to switch from accumulating elements in a builder to capturing
23-
accepted elements as single bits in an `IntArray` and use bitwise operations to avoid branching. This cuts temporary
24-
memory by over 10X and dramatically improves performance.
23+
accepted elements as single bits in an `IntArray` and use bitwise operations to avoid branching.
2524
* Update `distinct()` to use `filter` with a `HashSet` instead of calling `toSet().toImmutableArray()` to avoid using
2625
the more expensive `LinkedHashSet` while still maintaining original ordering. This also returns the same instance when
2726
all elements are already distinct.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1024m -XX:MaxMetaspaceSize=512m
33
kotlin.code.style=official
44

55
GROUP=com.danrusu.pods4k
6-
VERSION_NAME=0.6.0
6+
VERSION_NAME=0.7.0
77

88
POM_INCEPTION_YEAR=2024
99

0 commit comments

Comments
 (0)