good first issuerefactor
仓库指标
- 星标
- (26 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Currently, kv.Collection.Every uses kv.Collection.Each to iterate over the collection, which doesn't return early when a non-matching value is encountered, forcing more iterations than necessary.