opencode icon indicating copy to clipboard operation
opencode copied to clipboard

docs/troubleshooting.mdx: add workaround for poor performance in large codebases

Open adtac opened this issue 2 weeks ago • 0 comments

38x faster for a simple "hello" in the chromium codebase (~400k+ files):

$ git ls-files | wc -l
468753

~2m6s without opencode.json (default):

Screenshot 2026-01-03 at 12 34 40 PM

~3s with snapshot=false in opencode.json:

Screenshot 2026-01-03 at 12 37 05 PM

adtac avatar Jan 03 '26 20:01 adtac