synapse/changelog.d/17130.misc
Erik Johnston 3e6ee8ff88
Add optimisation to StreamChangeCache (#17130)
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.
2024-05-06 12:56:52 +01:00

2 lines
66 B
Plaintext

Add optimisation to `StreamChangeCache.get_entities_changed(..)`.