Skip to content

TODO: Cache search in _DirectoryContentsTableViewController #173

Description

@whitedope-cyber

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions