You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce PromSummary.capacity to improve performance (#57)
* Introduce PromSummary.capacity to improve performance
* Add a test for summary with custom capacity
* Use Deque instead of Array to store summary values
* Revert "Use Deque instead of Array to store summary values"
This reverts commit 1dd8c32.
* Use CircularBuffer instead of Array to store summary values
* Slightly improve wording in comments
0 commit comments