We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd111b commit a78da24Copy full SHA for a78da24
firebase-firestore/CHANGELOG.md
@@ -8,8 +8,8 @@
8
[#7376](//github.com/firebase/firebase-android-sdk/issues/7376)
9
- [changed] Improve query performance via internal memoization of calculated document data.
10
[#7370](//github.com/firebase/firebase-android-sdk/issues/7370)
11
-- [changed] Switch TreeSet to HashSet to improve query execution performance.
12
- [#NNNN](//github.com/firebase/firebase-android-sdk/issues/NNNN)
+- [changed] Improve query performance by using an unsorted HashMap instead of a sorted TreeMap.
+ [#7389](//github.com/firebase/firebase-android-sdk/pull/7389)
13
14
# 26.0.0
15
0 commit comments