huamonarch
  • Joined on 2025-08-24
huamonarch pushed to master at huamonarch/eis 2026-05-13 10:22:00 +08:00
9bb810d9ed Replace broken ColdMutex with dual-layer ShmSpinLock + std::mutex
huamonarch pushed to master at huamonarch/eis 2026-05-13 09:47:59 +08:00
b8596d311f Remove rm -rf of MapRuleStat_boost.mmap on startup
huamonarch pushed to master at huamonarch/eis 2026-05-13 09:27:33 +08:00
df79a9a1a5 Fix: add default constructor to TaskRecord for map operator[]
huamonarch pushed to master at huamonarch/eis 2026-05-13 09:16:48 +08:00
0a5397345c Fix: access TaskRecord::data_record vector after TaskData refactor
huamonarch pushed to master at huamonarch/eis 2026-05-12 17:22:56 +08:00
2c62f9c4a3 Add change documentation for 2026-05-12 eqpalg optimizations
huamonarch pushed to master at huamonarch/eis 2026-05-12 17:20:10 +08:00
e21b2af2a6 Replace fixed 518MB array in TaskData with dynamic shared-memory vector
huamonarch pushed to master at huamonarch/eis 2026-05-12 17:11:31 +08:00
1ca922a4ef Fix task thread lifecycle: self-destruct when idle, synchronized cleanup
huamonarch pushed to master at huamonarch/eis 2026-05-12 16:17:35 +08:00
1e70af7a9d Remove rm -rf of shared memory file from EqpAlgICEI destructor
huamonarch pushed to master at huamonarch/eis 2026-05-12 15:47:25 +08:00
973921fc4b Split RuleStat display from cold data paths to reduce lock contention
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:35:34 +08:00
6a28112cd7 Final comment cleanup batch
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:33:23 +08:00
38bbdb5b34 Remove comment from roller3.cpp
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:32:56 +08:00
339074c1b4 Remove comment from manager.cc
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:32:41 +08:00
ecf02306b2 Remove final remaining comment from distribution.h
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:32:28 +08:00
c53b108500 Remove last remaining comments from eqpalg
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:31:38 +08:00
62a97cdf9d Remove remaining comments (exp_times, STA.h, gb_item_memory)
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:31:23 +08:00
48c9fe7f22 Remove remaining irrelevant comments from eqpalg (final batch)
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:30:58 +08:00
e3207fa593 Remove remaining irrelevant comments from eqpalg (glitch_detection, roller, STA)
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:30:27 +08:00
224c2c45c4 Remove irrelevant comments from eqpalg source files
huamonarch pushed to master at huamonarch/eis 2026-05-09 13:04:01 +08:00
ef6612d2ea Add eqpalg optimization recommendations document
huamonarch pushed to master at huamonarch/eis 2026-05-09 12:13:15 +08:00
09b48b07e5 Add READMEs for all infrastructure services and overall project