NEET 08/14/2024 (Wed) 08:03 No.886033 del
Started using sqlite the way you're supposed to, with an INSERT OR IGNORE rather than checking with a SELECT statement to see if the row was already in the database. Holy shit, roughly x10000 faster. I should read the documentation more.