LibreCat / Catmandu-Store-MongoDB

A searchable store backed by MongoDB
https://metacpan.org/pod/Catmandu::Store::MongoDB
4 stars 2 forks source link

Implement Catmandu::Store::MongoDB::Bag#slice #19

Open nicolasfranck opened 3 years ago

nicolasfranck commented 3 years ago

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