benchmarkenhancementgood first issuerefactor
Repository metrics
- Stars
- (26 stars)
- PR merge metrics
- (PR metrics pending)
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.