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.