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
At the moment we use data structures like HashMap<String, TimeSeries<u32, u32>>, that store per-second counters. It would be better if we would create a dedicated data type, which would also encapsulate all logic related to it.
At the moment we use data structures like
HashMap<String, TimeSeries<u32, u32>>
, that store per-second counters. It would be better if we would create a dedicated data type, which would also encapsulate all logic related to it.More info: #415 (comment)
The text was updated successfully, but these errors were encountered: