expert-lsp/expert

Debounce project compilation

クローズ

#672 opened on 2026/05/08

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Elixir (103 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (1,986 個のスター)
PR merge metrics
 (平均マージ 13d 12h) (30d で 43 merged PRs)

説明

Some users report that Expert recompiles and reindexes the project too often. In particular, it seems coding agents can launch an LSP(including expert), and when making tons of edits they save a lot of files in quick succession, apparently causing a lot of CPU load.

I think debouncing the project compilation + indexing every few seconds can help with that use case.

コントリビューターガイド