benchmarkenhancementgood first issuerefactor
仓库指标
- 星标
- (26 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
We need to benchmark kv.Collection.Filter, which right now returns a new collection from CollectMap.
A possible optimization is to allocate the collection early and return it directly.