slidingwindow icon indicating copy to clipboard operation
slidingwindow copied to clipboard

Golang implementation of Sliding Window Algorithm for distributed rate limiting.

Results 1 slidingwindow issues
Sort by recently updated
recently updated
newest added

Good day! Is it possible to use one synchronizer with multiple windows and multiple limiters (ie: multiple clients)? Pseudo code ```go synchronizer := NewNonBlockingSynchronizer() for _, key := range keys...