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.
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.