eis/shm
Huamonarch e21b2af2a6 Replace fixed 518MB array in TaskData with dynamic shared-memory vector
DataRecord used a fixed float[129600000] consuming 5GB disk even when
collecting only a few hundred data points. Replaced with shm_vector_f
that grows on demand via push_back. Removes the need for rm -rf on
process exit — vector destructor frees memory back to the segment.
Also drops now-unnecessary task_data_size member.
2026-05-12 17:19:44 +08:00
..
RuleStatShm.h Split RuleStat display from cold data paths to reduce lock contention 2026-05-12 15:46:01 +08:00
RuleStatShm.hbk Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
SerializeMap.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
shm_header.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
shmdir.sh Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
SingletonTemp.hpp Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
TaskData.h Replace fixed 518MB array in TaskData with dynamic shared-memory vector 2026-05-12 17:19:44 +08:00