JuliaIO / JuliaIO/TranscodingStreams.jl
Support loadstreaming/savestreaming FileIO API
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 90
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
As of April FileIO.jl has a loadstreaming/savestreaming API for opening files in streaming mode and automatically selecting the decoder/encoder based on the file extension and/or magic bytes.
If this were integrated with TranscodingStreams it would look something like:
using FileIO
loadstreaming("data.txt.gz") do stream
for line in eachline(stream)
# do something...
end
end
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing TranscodingStreams.jl's existing streaming interfaces and FileIO.jl's loadstreaming/savestreaming API. Use the data.txt.gz example as the integration target; done means streaming files can select the decoder or encoder from the extension and/or magic bytes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100