mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
* fix: typo * perf: pre allocate array instead of push item * perf: refractoring missing push * perf: avoid useless varible declaration * perf: short control flow * fix: lint * more precise bench * fix: lint