tozd / node-reactive-postgres

Reactive queries for PostgreSQL
https://www.npmjs.com/package/reactive-postgres
BSD 3-Clause "New" or "Revised" License
32 stars 4 forks source link

Memory leak #1

Closed mitar closed 5 years ago

mitar commented 5 years ago

From benchmark results it looks like there is a memory leak somewhere. Package logic does not really store a lot of information (only O(1) per query or query size) so this is suprising.

I suspect it is something in the node-postgres and not really this package because also some other packages in the benchmark seem to have a similar pattern.