thefuga/go-collections

benchmark kv.Collection.Filter

Offen

#41 geöffnet am 02.08.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (3 Forks)auto 404
benchmarkenhancementgood first issuerefactor

Repository-Metriken

Stars
 (26 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide