]> git.ipfire.org Git - thirdparty/psycopg.git/commit
perf(array) faster algorithm to load nested binary arrays
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 30 Aug 2022 11:34:27 +0000 (12:34 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 Dec 2022 13:01:55 +0000 (13:01 +0000)
commitd870170fd463f2a10795c18482603e5315560485
treef0465b64d5b3d0a0c95b1fffdd2e892b672fb3b8
parent43ff49a99ebbee107503e9d4007dfbaecb579da4
perf(array) faster algorithm to load nested binary arrays

Avoid using generators in the algorithm. This also makes the function
easier to port to C.
psycopg/psycopg/types/array.py
tests/types/test_array.py