Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, the TsFileResource uses two map to store device start times and end times information. Since these two map are using same deviceIds as their keys, it will be better to use one map to reduce the memory allocation.