wgctl/core
Nuno Duque Nunes b153f222a5 perf: batch resolve accept dest IPs in activity (4x speedup)
- json_helper: batch_resolve_dest() resolves all dest IPs in one Python call
- json.sh: json::batch_resolve_dest wrapper
- activity: _DEST_RESOLVE_CACHE pre-populated before render loop
- _render_peer_accept_dests: cache lookup instead of resolve::dest per row
- activity: 1.8s -> 0.48s
2026-05-29 00:27:43 +00:00
..
__pycache__ refactor: split json_helper.py into lib/ modules 2026-05-24 22:02:50 +00:00
lib perf: batch resolve accept dest IPs in activity (4x speedup) 2026-05-29 00:27:43 +00:00
mixins feat: command mixin system, --json output for list/inspect 2026-05-26 23:18:56 +00:00
test feat: date format config, batch optimizations, list refactor, fw:: rename, .wgctl data dir 2026-05-11 22:27:33 +00:00
color.sh init feature 2026-05-19 15:26:31 +00:00
command.sh feat: command mixin system, --json for list/inspect, tests 2026-05-27 00:01:06 +00:00
command_mixins.sh feat: command mixin system, --json for list/inspect, tests 2026-05-27 00:01:06 +00:00
context.sh feat: accept logging, conntrack daemon, activity integration 2026-05-28 23:31:10 +00:00
flag.sh add wgctl 2026-05-06 23:02:12 +00:00
fmt.sh fix: policy_read accidental defaults merge from module split 2026-05-25 18:45:23 +00:00
fmt_helper.py feat: date format config, batch optimizations, list refactor, fw:: rename, .wgctl data dir 2026-05-11 22:27:33 +00:00
json.sh perf: batch resolve accept dest IPs in activity (4x speedup) 2026-05-29 00:27:43 +00:00
json_helper.py perf: batch resolve accept dest IPs in activity (4x speedup) 2026-05-29 00:27:43 +00:00
log.sh finish base implementation 2026-05-20 21:49:44 +00:00
module.sh init feature 2026-05-19 15:26:31 +00:00
ui.sh cleanup: ui::pad_mb removal, watch alignment fixes, endpoint cache fallback 2026-05-25 15:09:13 +00:00
utils.sh feat: date format config, batch optimizations, list refactor, fw:: rename, .wgctl data dir 2026-05-11 22:27:33 +00:00