Location: Sources/Sandbox/_DirectoryContentsTableViewController.m
Found comment: "//TODO... cache search"
Issue: Implement caching for directory search results to avoid repeated filesystem scans and improve performance. Suggested work:
- Identify where search is performed and add an in-memory or disk-backed cache with sensible TTL.
- Add unit tests for cache correctness and invalidation.
- Measure performance improvement on large sandbox trees.
No code changes made — filing issue to track work.
Location: Sources/Sandbox/_DirectoryContentsTableViewController.m
Found comment: "//TODO... cache search"
Issue: Implement caching for directory search results to avoid repeated filesystem scans and improve performance. Suggested work:
No code changes made — filing issue to track work.