thefuga/go-collections

benchmark kv.Collection.Filter

开放

#41 创建于 2022年8月2日

 (0 条评论) (0 个反应) (0 位负责人)Go (3 个派生)auto 404
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.

贡献者指南