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
TARDA-2840 Refactor DBMDataRef for thread-safe annotation access and memory-efficient size limiting (#327) (#328) (#329)
* Thread-safe access to _annotations in DBMDataRef using lock
* Limit _annotations dictionary size to 10,000 by removing entries when exceeded
* Refactor to use constant for maximum annotations size
* Refactor _annotations to use SortedDictionary for FIFO eviction instead of random removal
* Limit line length correctly
* Update copyright year, change maximum number of annotations
---------
Signed-off-by: Johan Fitié <jfitie@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# DBM
4
4
Dynamic Bandwidth Monitor\
5
5
Leak detection method implemented in a real-time data historian\
6
-
Copyright (C) 2014-2024 J.H. Fitié, Vitens N.V.
6
+
Copyright (C) 2014-2025 J.H. Fitié, Vitens N.V.
7
7
8
8
## Description
9
9
Water company Vitens has created a demonstration site called the Vitens Innovation Playground (VIP), in which new technologies and methodologies are developed, tested, and demonstrated. The projects conducted in the demonstration site can be categorized into one of four themes: energy optimization, real-time leak detection, online water quality monitoring, and customer interaction. In the real-time leak detection theme, a method for leak detection based on statistical demand forecasting was developed.
0 commit comments