The source project of this merge request has been removed.
Improve performance of adding notifications to log file (bug #14865)
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