blake-hu opened a new pull request, #2001: URL: https://github.com/apache/iggy/pull/2001
Closes #2000 Instead of recomputing sum of the moving window which would be O(n), we should instead just update the sum when a time point enters or leaves the moving window, which is O(1). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
