-
Notifications
You must be signed in to change notification settings - Fork 7
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
Also add new_with_buffer_capacity #4
Conversation
@ryoqun - thanks for the PR, looks good. Could you run |
@ryoqun - it also looks like clippy is failing now since |
@kevinhoffman thanks for reply!
done
yeah done (mostly at 33bb6c6)
after some research and thought, i decided to bump |
@ryoqun - wonderful. and thank you for fixing the clippy/chrono items too. |
we need to adjust the internal
BufWriter
capacity via its construction for best performance of super write intensive tasks: https://doc.rust-lang.org/std/io/struct.BufWriter.html#method.with_capacityso, add another method, not to break compatibility.