I Have a Statistics CircularBuffer #78
brianmichalk1
started this conversation in
Show and tell
Replies: 1 comment
-
|
It seems interesting! If it's a feature easily disabled by a switch or a parallel class almost completely swappable in and out I believe it can be a wonderful addition! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using a modified version of this library I call CircularBufferStatistics. The cost is order(1) for queue operations, with some of the reporting O(n), but most queries O(1).
Right now, I am merging your latest with my code. Would you like a PR for this, or would you rather me keep a separate fork?
Beta Was this translation helpful? Give feedback.
All reactions