Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 641 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 641 Bytes

Build status codecov

Overview

This library provides a means to track the rolling maximum and minium of a stream of numbers (or anything IComparable) in O(1) time.

This has been benchmarked to be faster than the ascending minima algorithm.

Available on NuGet as package RollingWindow.