This website works better with JavaScript
首頁
探索
說明
登入
george
/
proposal_database
關注
1
讚好
0
複刻
0
檔案
問題管理
3
合併請求
0
Wiki
標籤
里程碑
創建問題
#11
Simplfiy `(get-stats)` to use SQLite `COUNT` rather than counting with `(length)` in racket
已關閉
由
george
與
9 月之前
創建 · 0 條評論
George C. Privon
評論
9 月之前
'
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
在代碼提交
9 月之前
中引用了該問題
refactor (get-stats) use SQLite COUNT() instead of requesting all rows and counting within the program. fixes #11
george
於
9 月之前
關閉
登入
才能加入這對話。
標籤
清除已選取標籤
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.