You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tstime
Joe Tsai 87b4bbb94f
tstime/rate: add Value (#7491)
Add Value, which measures the rate at which an event occurs,
exponentially weighted towards recent activity.
It is guaranteed to occupy O(1) memory, operate in O(1) runtime,
and is safe for concurrent use.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 years ago
..
mono all: update copyright and license headers 2 years ago
rate tstime/rate: add Value (#7491) 2 years ago
jitter.go all: update copyright and license headers 2 years ago
jitter_test.go all: update copyright and license headers 2 years ago
tstime.go tstime: rely on stdlib parse functionality (#7482) 2 years ago
tstime_test.go tstime: rely on stdlib parse functionality (#7482) 2 years ago