Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(tabs): rate limit centaur-tabs-buffer-update-groups
`centaur-tabs-buffer-update-groups` walks every buffer to determine the group it belongs to. This function can be called execessively (upwards of 1,000 times per second in certain conditions), as it is called on every redisplay (it is indirectly attached to `tab-line-format`). This rate limits its calls to about 10 per second. Close: doomemacs#7792 Ref: ema2159/centaur-tabs#222
- Loading branch information