Skip to content

Improve performance of adding notifications to log file (bug #14865)

Ghost User requested to merge (removed):master++ into master

This patch reduces the time&space complexity of adding notifications to the log file from O(N) to O(1).

Prior to this patch, adding a single notification to a log file containing about 27000 older entries required about 30 MB of memory.

Edited by Ghost User

Merge request reports