aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
12 daysUpdate old SD linkHEADmasterAnthony Wang
2024-10-28Clarify why WAL improves perfAnthony Wang
2024-07-26Use TEXT instead of STRING for kv typesAnthony Wang
2024-07-22Don't need to.manually set idx since INTEGER PRIMARY KEY basically does ↵Anthony Wang
autoincrement https://www.sqlite.org/faq.html#q1
2024-01-30Mention sdc-git AUR package in READMEAnthony Wang
2024-01-30Don't require -f flag for specifying file (adding -f won't hurt though), ↵Anthony Wang
allow specifying sd-add card file as argv[1]
2024-01-30Use sd binary in same directory as scripts instead of needing to pass path ↵Anthony Wang
to sd binary
2024-01-02Fix #1: PyQt6 and Tkinter GUIsAnthony Wang
2024-01-02Noninteractive modeAnthony Wang
This mode accepts inputs with newlines and doesn't disable input buffering. This is useful for using SDC as a backend for GUIs such as https://git.exozy.me/a/SDGUI.
2024-01-02Capitalize SQL statements in sd-add.fishAnthony Wang
2024-01-02Add tips and tricks for common operationsAnthony Wang
2023-12-29Add command for creating table in README, add fish helper scriptsAnthony Wang
2023-10-23Recommend using WAL for 100% better performanceAnthony Wang
2023-07-19Make sure the sum of weights is positive to avoid undefined behaviorAnthony Wang
2023-06-30SDC is finished and no new features will be addedAnthony Wang
2023-06-01Remove unused header files, fix compiler warningsAnthony Wang
2023-05-30Update README with latest performance test informationAnthony Wang
2023-05-30Add testing script that generates deck DB with 10**8 cardsAnthony Wang
Starting SDC with this DB takes 5 seconds to load all the weights from disk (it's 1.9GB), but after that it's incredibly fast and responsive. Yay segment trees and overengineering!
2023-03-17Add missing spaceAnthony Wang
2023-03-16Fix some compiler warningsAnthony Wang
2022-12-28Check system() return valueAnthony Wang
2022-11-15Fix #2: Make sure 0-weight cards are never selectedAnthony Wang
2022-10-20Code cleanupAnthony Wang
2022-10-20Rename to SDCAnthony Wang
2022-04-21Add info about future performance improvementsAnthony Wang
2022-04-21Add benchmark resultsAnthony Wang
2022-04-21Remove useless .gitignoreAnthony Wang
2022-04-19Fix another segtree bugAnthony Wang
2022-04-19Clean up code and fix a typo in segmenttree.cAnthony Wang
2022-04-19Actually modify dbAnthony Wang
2022-04-19Finish porting SD codeAnthony Wang
2022-04-19Implement C arg parsing with getopt_longAnthony Wang
2022-04-18Start working on C portAnthony Wang
2022-04-18Fix typo in READMEAnthony Wang
2022-04-18Update README using stuff from SDAnthony Wang
2022-04-18Initial commitAnthony Wang