#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 年之前 中引用了该工单
ranides 在代码提交 4 年之前 中引用了该工单
ranides4 年之前 关闭
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。