jeromew

Results 74 comments of jeromew

I will add v16 but it seems in v16 something else changed around memory management as it breaks a "performance" test on my machine - https://github.com/brianc/node-pg-copy-streams/blob/master/test/binary.js#L55 - I may need...

or take time to understand what happens in node v16.. I created issue https://github.com/brianc/node-pg-copy-streams/issues/124 in order to avoid polluting the current issue. I will leave this issue open for a...

+1 on this. @vqvu you have done a great job on handling highland. I have been a bit far from the project because of other duties sorry for that. releasing...

I know that it will not answer your question right away, but could you convert your question to javascript in a gist ? I think that it would make it...

Thanks @quarterto. I created a new revision of the file using highland in parts of the algo : https://gist.github.com/jeromew/994f6619fb295338b16c note: this is far from a finished implementation but it can...

would it make sense to have a shared library between a streaming & non streaming library ? I suspect that a lot of code could be shared (char detection, length,...

I add a reference to this fullmoon request - https://github.com/pkulchenko/fullmoon/issues/29#issuecomment-1826528990 that seems related to the exposure of more mbedtls endpoints (I don't know if this should belong to the tls...

Hello, thanks for your message. In fact, this `pool.query` issue has already been discussed in the past. cf https://github.com/brianc/node-pg-copy-streams/issues/144#issuecomment-1456254690 the `pool.query` shorthand cannot be used with `pg-query-stream` because it does...

we seem to have a hard time undestanding each other's on this one (now with coffeescript added and skipWhile) From my undestanding, in your example @LewisJEllis , `takeUntil` would mean...

I can add that I tested profiling on my setup with a vulkan demo application called vkcube.exe found in the Vulkan SDK and the profiling capture works. so I am...