Quick optimization to the SlidingWindow builder
from O(n^2) to O(n). Not bad.
This commit is contained in:
parent
21bf43f3bb
commit
6ee90ada14
from O(n^2) to O(n). Not bad.