thefuga/go-collections

benchmark kv.Collection.Filter

オープン

#41 opened on 2022/08/02

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (3 件のフォーク)auto 404
benchmarkenhancementgood first issuerefactor

Repository metrics

Stars
 (26 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

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