This website works better with JavaScript
Home
Explore
Help
Sign In
george
/
proposal_database
Watch
1
Star
0
Fork
0
Files
Issues
3
Pull Requests
0
Wiki
Labels
Milestones
New Issue
#11
Simplfiy `(get-stats)` to use SQLite `COUNT` rather than counting with `(length)` in racket
Closed
opened
9 months ago
by
george
· 0 comments
George C. Privon
commented
9 months ago
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
referenced this issue from a commit
9 months ago
refactor (get-stats) use SQLite COUNT() instead of requesting all rows and counting within the program. fixes #11
george
closed
9 months ago
Sign in
to join this conversation.
Labels
Clear labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Milestone
Clear milestone
No Milestone
Assignee
Clear assignee
No assignee
1 Participants
Write
Preview
Loading...
Cancel
Save
There is no content yet.
This should simplify the logic and may speed up the execution slightly.