Deno Subprocess piping is slow when piping large data between processes
I could be wrong about this but this is what I have been facing on my M1 Mac.
The following code snippet, pipes stdout of one process to another, and it works seamlessly for small json data.
The program completely freezes, when a json data of around 1GB is piped using cat to second sub-process.
Am I doing something wrong here?
0 Replies