Skip to content

Optimize initial indexing#10

Merged
plumocracy merged 1 commit into
devfrom
optimize-initial-index
Jun 4, 2026
Merged

Optimize initial indexing#10
plumocracy merged 1 commit into
devfrom
optimize-initial-index

Conversation

@plumocracy

Copy link
Copy Markdown
Owner

Summary

  • scan directories concurrently with a bounded worker pool
  • batch directory metadata and classification writes in a single transaction per root
  • limit embedded file content to high-signal docs/config/schema files
  • ignore SVG/media/archive/font assets by default and in fallback filtering for older configs
  • update indexing docs and add regressions for high-signal filtering and SVG exclusion

Verification

  • cargo fmt
  • cargo test index:: --lib -- --nocapture
  • cargo test --all
  • cargo clippy --all-targets --all-features -- -D warnings

@plumocracy plumocracy merged commit 2e54e73 into dev Jun 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant