summary refs log tree commit diff
path: root/changelog.d/17130.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.107.0rc1Olivier 'reivilibre2024-05-071-1/+0
|
* Add optimisation to `StreamChangeCache` (#17130)Erik Johnston2024-05-061-0/+1
When there have been lots of changes compared with the number of entities, we can do a fast(er) path. Locally I ran some benchmarking, and the comparison seems to give the best determination of which method we use.