]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Avoid creating an intermadiate tuple
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 22 Apr 2020 16:55:11 +0000 (04:55 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 22 Apr 2020 17:05:32 +0000 (05:05 +1200)
commit4e2be4d904a0699fc0b007b044a7e18b84b9c128
tree7272de149de4dfcb4187f2151255507fa7a56678
parentd4e12d22a2b53ded43c3add2458503a71694f794
Avoid creating an intermadiate tuple

We are now around 18x the basic Python performance

[skip ci] Certain type conversion are stubbed out, so tests won't pass.
psycopg3/transform.pyx