#52 CQuery: optimize non iterable

닫힘
ranides4 년 전을 오픈 · 3개의 코멘트
ranides 코멘트됨, 4 년 전

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 코멘트됨, 4 년 전
소유자

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 코멘트됨, 4 년 전
소유자

optimized

optimized
ranides 코멘트됨, 4 년 전
소유자

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

TODO: test everything. Some #wileEach does not work correctly.
ranides 커밋 4 년 전에서 이 이슈 언급
ranides 커밋 4 년 전에서 이 이슈 언급
ranides 커밋 4 년 전에서 이 이슈 언급
ranides 커밋 4 년 전에서 이 이슈 언급
ranides 커밋 4 년 전에서 이 이슈 언급
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.