|
|
|
|
|
by skybrian
2224 days ago
|
|
One problem might be with latencies right at the boundary between two buckets. A bit of jitter would let you know you're near the edge with enough sampling. And if you can add a little latency then you can move the boundary where you like. It seems like the only way to avoid that is with one bucket (constant time). |
|