#52 CQuery: optimize non iterable

Fechado
há 4 anos atrás aberto por ranides · 3 comentários

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 comentado há 4 anos atrás
Proprietário

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 comentado há 4 anos atrás
Proprietário

optimized

optimized
ranides comentado há 4 anos atrás
Proprietário

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

TODO: test everything. Some #wileEach does not work correctly.
ranides referenciou este problema num commit há 4 anos atrás
ranides referenciou este problema num commit há 4 anos atrás
ranides referenciou este problema num commit há 4 anos atrás
ranides referenciou este problema num commit há 4 anos atrás
ranides referenciou este problema num commit há 4 anos atrás
Faça login para participar desta conversação.
Sem Objetivo
Sem utilizador atribuido
1 Participantes
A carregar...
Cancelar
Guardar
Ainda não existe conteúdo.