Meshtastic-Apple/Meshtastic/Persistence
copilot-swe-agent[bot] a8f4cf9631
feat: improve routing performance with split state, fetch batching, node cache, and debounce
- Split Router's single @Published navigationState into per-tab properties
  to reduce spurious re-renders across unrelated views
- Add fetchBatchSize=50 and relationshipKeyPathsForPrefetching to node list
- Optimize in-body array re-sort from 2 filter passes to single pass
- Add in-memory node object ID cache on Router for O(1) lookups
- Add fetchLimit=1 to getNodeInfo for early termination
- Debounce rapid node selection changes with 100ms Task delay

Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/9bfe91f2-8ed7-4d2c-bb2e-4ed3dfd3a16c

Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
2026-04-01 23:52:56 +00:00
..
Persistence.swift add retainsRegisteredObject bool 2025-04-24 09:50:59 -07:00
QueryCoreData.swift feat: improve routing performance with split state, fetch batching, node cache, and debounce 2026-04-01 23:52:56 +00:00
UpdateCoreData.swift Delete Messages fix 2026-02-18 08:32:49 -05:00