This website works better with JavaScript
首页
发现
帮助
登录
george
/
proposal_database
关注
1
点赞
0
派生
0
文件
工单管理
4
合并请求
0
Wiki
标签管理
里程碑
创建工单
#11
Simplfiy `(get-stats)` to use SQLite `COUNT` rather than counting with `(length)` in racket
已关闭
由
george
于
11 月之前
创建 · 0 条评论
George C. Privon
评论于
11 月之前
This should simplify the logic and may speed up the execution slightly.
This should simplify the logic and may speed up the execution slightly.
George C. Privon
在代码提交
11 月之前
中引用了该工单
refactor (get-stats) use SQLite COUNT() instead of requesting all rows and counting within the program. fixes #11
george
于
11 月之前
关闭
登录
并参与到对话中。
标签
清除选中标签
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
未选择标签
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
里程碑
取消选中里程碑
未选择里程碑
指派成员
取消指派成员
未指派成员
1 名参与者
内容编辑
效果预览
正在加载...
取消
保存
这个人很懒,什么都没留下。
This should simplify the logic and may speed up the execution slightly.