mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Move from 3 loops (prepareValue, check for buffers, write param types, write param values) to a single loop. This speeds up the insert benchmark by around 100 queries per second. Performance improvement depends on number of parameters being bound.
pg-protocol
Low level postgres wire protocol parser and serailizer written in Typescript. Used by node-postgres. Needs more documentation. 😄