aboutsummaryrefslogtreecommitdiff
path: root/test.py
AgeCommit message (Collapse)Author
2024-07-26Use TEXT instead of STRING for kv typesAnthony Wang
2024-01-30Use sd binary in same directory as scripts instead of needing to pass path ↵Anthony Wang
to sd binary
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-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!