Martin Engelschalk wrote:
Also, i suspect that sqlite3_bind_text makes a copy of the text i
pass, which could be eliminated too. Or am i wrong there?

Only if you are using SQLITE_TRANSIENT flag, if I understand correctly. Use SQLITE_STATIC or an actual destructor callback.

Igor Tandetnik

Reply via email to