#52 CQuery: optimize non iterable

Fermé
Créé il y a 4 ans par ranides · 3 commentaires
ranides a commenté il y a 4 ans

Optimize operations like collect, fold etc which do not have to create iterators, stream etc

Optimize operations like collect, fold etc which do not have to create iterators, stream etc
ranides a commenté il y a 4 ans
Propriétaire

Review every terminal operations and some intermediate:

  • collect
    • collect
    • array
    • list
    • set
    • join
    • into
  • fetch
    • fetch
    • prefetch
    • cache
  • group
  • size
    • isEmpty
  • fold
    • min
    • max
  • single
    • first
    • last
  • at
  • distinct
    • sort
    • reverse
  • each
    • onEach
  • matchAny
    • matchAll
    • matchNone
Review every terminal operations and some intermediate: * collect * collect * array * list * set * join * into * fetch * fetch * prefetch * cache * group * size * isEmpty * fold * min * max * single * first * last * at * distinct * sort * reverse * each * onEach * matchAny * matchAll * matchNone
ranides a commenté il y a 4 ans
Propriétaire

optimized

optimized
ranides a commenté il y a 4 ans
Propriétaire

TODO: test everything. Some #wileEach does not work correctly.

TODO: test everything. Some #wileEach does not work correctly.
ranides a référencé ce problème à partir d'un commit il y a 4 ans
ranides a référencé ce problème à partir d'un commit il y a 4 ans
ranides a référencé ce problème à partir d'un commit il y a 4 ans
ranides a référencé ce problème à partir d'un commit il y a 4 ans
ranides a référencé ce problème à partir d'un commit il y a 4 ans
ranides a référencé ce problème à partir d'un commit il y a 4 ans
Connectez-vous pour rejoindre cette conversation.
Aucun jalon
Pas d'assignataire
1 Participants
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.