-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use internal buffer for vecorized writing and do not close IO after w…
…riting (#12) * Use buffer for writing * Allow providing predefined buffer * Finalize transcoding stream without closing underlying io * Add tests for buffered writing * Update src/io.jl Co-authored-by: Seth Axen <[email protected]> * Update src/io.jl Co-authored-by: Seth Axen <[email protected]> * Update src/io.jl Co-authored-by: Seth Axen <[email protected]> * Move @inbounds and @views outwards * Update test/io.jl Co-authored-by: Seth Axen <[email protected]> * Rename `unit_vsize` to `buffer_size` * Extend test * Run formatter * Change `unit_vsize` to `buffer_size` in documentation * Use flush instead of closewrite * Add Manifest.toml to .gitignore Co-authored-by: Seth Axen <[email protected]>
- Loading branch information
1 parent
2d650ad
commit 051bab3
Showing
4 changed files
with
86 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
*.jl.cov | ||
*.jl.mem | ||
/docs/build/ | ||
Manifest.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
051bab3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
051bab3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/76066
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: