Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-30 | Add an improved "forward extremities" metric | Richard van der Hoff | 1 | -2/+25 | |
Hopefully, N(extremities) * N(state_events) is a more realistic approximation to "how big a problem is this room?". | |||||
2020-09-30 | Rewrite BucketCollector | Richard van der Hoff | 3 | -71/+89 | |
This was a bit unweildy for what I wanted: in particular, I wanted to assign each measurement straight into a bucket, rather than storing an intermediate Counter which didn't do any bucketing at all. I've replaced it with something that is hopefully a bi |