Speed up sqlite3.Row #129926
Labels
extension-modules
C modules in the Modules dir
performance
Performance or resource usage
topic-sqlite3
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
We can speed up
sqlite.Row
subscripting a bit:pysqlite_row_subscript
, after finding the correct index, use fast tuple API to access dataequal_ignore_case
, we can simply assert that we are given two unicode objectsHas this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: