thefuga/go-collections

benchmark kv.Collection.Filter

Ouverte

#41 ouverte le 2 août 2022

 (0 commentaire) (0 réaction) (0 personne assignée)Go (3 forks)auto 404
benchmarkenhancementgood first issuerefactor

Métriques du dépôt

Stars
 (26 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur