You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The slice method in Catmandu::Store::MongoDB::Bag is inherited from Catmandu::Iterable
that uses the generator. It would be more efficient to override this.
The slice is overridden however in Catmandu::Store::MongoDB::Searcher
The text was updated successfully, but these errors were encountered:
The
slice
method inCatmandu::Store::MongoDB::Bag
is inherited fromCatmandu::Iterable
that uses the generator. It would be more efficient to override this.
The
slice
is overridden however inCatmandu::Store::MongoDB::Searcher
The text was updated successfully, but these errors were encountered: