modelRT/util
douxu ca68cf6c18 refactor: extend TypedMap and migrate MeasComputeState onto it
- add LoadOrStore, Len, and All (range-over-func) to util.TypedMap
  - embed util.TypedMap in MeasComputeState, dropping its hand-written
    sync.Map wrappers and per-call-site type assertions
  - iterate graphOverview via All() instead of Range in PrintGrapMap
  - remove unused Set/Comparer/OrderedSet/HashSet code from redis_zset.go
  - update deploy.md to replace Promtail with Grafana Alloy in the
    observability stack
2026-06-18 16:06:06 +08:00
..
convert.go refactor: add generic helpers and type-safe TypedMap wrapper 2026-06-16 16:15:28 +08:00
copy.go add deploy.md of deploy modelRT project 2025-10-17 17:10:10 +08:00
map.go refactor: add generic helpers and type-safe TypedMap wrapper 2026-06-16 16:15:28 +08:00
redis_init.go optimize code of redis connenct func and real time data calculate 2026-01-27 17:41:17 +08:00
redis_options.go optimize code of redis init 2026-01-28 16:49:12 +08:00
redis_recommend.go feat:implement search support for abbreviated token ranges (e.g., token4-token7) 2025-12-15 16:49:38 +08:00
string.go refactor: add generic helpers and type-safe TypedMap wrapper 2026-06-16 16:15:28 +08:00
time.go optimize variable naming and api swagger comment 2025-11-13 11:48:26 +08:00
token.go optimize redis real time data injection func 2025-11-21 17:02:07 +08:00
trace.go add func of generate service token 2025-09-12 17:12:02 +08:00
typed_map.go refactor: extend TypedMap and migrate MeasComputeState onto it 2026-06-18 16:06:06 +08:00