Brian C 07988f985a
Speed up bind functionality (#2286)
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.
2020-11-04 08:27:40 -06:00
..
2020-11-04 08:27:40 -06:00

pg-protocol

Low level postgres wire protocol parser and serailizer written in Typescript. Used by node-postgres. Needs more documentation. 😄