#52 CQuery: optimize non iterable

クローズ
4 年 前ranides によって開かれました · 3 コメント
ranides4 年 前 にコメントしました

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
ranides4 年 前 にコメントしました
オーナー

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
ranides4 年 前 にコメントしました
オーナー

optimized

optimized
ranides4 年 前 にコメントしました
オーナー

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 年 前 から参照されました
ranides この課題がコミット 4 年 前 から参照されました
ranides この課題がコミット 4 年 前 から参照されました
ranides 4 年 前 に閉じられました
会話に参加するには サインイン してください。
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません