phoenisx
LSP becomes slow when importing large json
Filtered perf measures
JSON file that's being imported and lives in memory is
116M
in size
How can I disable or exclude parsing this JSON file in VSCode extension, so that extension features are not affected.?1 replies
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?
1 replies