There was a related thread recently where it was mentioned that reading stdin via a pipe can be quite slow in Julia. CodecZlib
definitely seems like the more idiomatic option (just like you’d use gzip.open
in Python), so hopefully someone can comment on why the performance of your code snippet isn’t amazing (lack of buffering, maybe)?
5 Likes