IPED
IPED copied to clipboard
Optimize Graph CSV (un)compression again
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.