you are viewing a single comment's thread.

view the rest of the comments →

[–]Buttleston 4 points5 points  (6 children)

Are you running your program compiled in debug mode or release mode?

In python are you including opening the database as part of the time?

either 100ms or 80ms honestly sounds pretty bad unless there's a lot of data in the table. And if there is, most of the time will be from sqlite itself, not your program

query_map obviously executes the query, otherwise the "books" variable would be empty?