Tim Kaye

Results 3 issues of Tim Kaye

When a new grid server starts up, we end up waiting for the previous lease to expire. This requires something like : ```go select { case

enhancement

should be `NewForMaxFlows` instead of `NewSketchForMaxFlows`

The gather operation was panicking with "slice bounds out of range [-8:]" when processing negative start indices (Python-style indexing from the end). This fix adds negative index normalization by passing...