IPED icon indicating copy to clipboard operation
IPED copied to clipboard

Optimize Graph CSV (un)compression again

Open lfcnassif opened this issue 2 years ago • 0 comments

When working on #908, I got some weird "access denied" errors when using parallelStream() in graph CSVs (un) compression, so I did a simple change to use normal stream() instead of parallelStream() in commit cf5ffdbc414a11fa3dd14dee3c9ea00c5ddca31d.

But that error is really strange, it should be investigate better, so we could use the faster parallelStream() method in some places again.

lfcnassif avatar Aug 09 '22 18:08 lfcnassif