-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further support for IO
objects
#19
Comments
Lines 255 to 263 in ed24b32
One of the performance bottlenecks is the |
This is the history: https://gist.github.com/GunnarFarneback/8254567 It was initially written ten years ago for Julia 0.2 because at the time it was too difficult to get libz working for Windows and it was much easier to write a Julia implementation. It was later converted to a package and the streaming support was added when LightGraphs wanted to make use of it. |
I showed an example of using |
I don't understand the history of this package, but this package handles
Vector{UInt8}
at a low level.However, much of what this package does should already be provided at a high level by
IO
objects such asIOBuffer
.The text was updated successfully, but these errors were encountered: