Skip to content

Commit

Permalink
add changeloge note
Browse files Browse the repository at this point in the history
  • Loading branch information
ironage committed Oct 30, 2023
1 parent e1e4496 commit af5bc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-----------

### Internals
* None.
* Remove ArrayWithFind's ability to use a templated callback parameter. The QueryStateBase consumers now use an index and the array leaf to get the actual value if needed. This allows certain queries such as count() to not do as many lookups to the actual values and results in a small performance gain. Also remove `find_action_pattern()` which was unused for a long time. This reduction in templating throughout the query system produces a small (~100k) binary size reduction. ([#7095](https://github.com/realm/realm-core/pull/7095))

----------------------------------------------

Expand Down

0 comments on commit af5bc36

Please sign in to comment.