#52 CQuery: optimize non iterable

Chiuso
aperto 4 anni fa da ranides · 3 commenti
ranides ha commentato 4 anni fa

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 ha commentato 4 anni fa
Proprietario

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 ha commentato 4 anni fa
Proprietario

optimized

optimized
ranides ha commentato 4 anni fa
Proprietario

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

TODO: test everything. Some #wileEach does not work correctly.
ranides referenced this issue from a commit 4 anni fa
ranides referenced this issue from a commit 4 anni fa
ranides referenced this issue from a commit 4 anni fa
ranides referenced this issue from a commit 4 anni fa
ranides referenced this issue from a commit 4 anni fa
ranides referenced this issue from a commit 4 anni fa
Sign in to join this conversation.
Nessuna milestone
Nessun assegnatario
1 Partecipanti
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.