Skip to content

A way to construct MzMLReader without buffering? #42

@TheLostLambda

Description

@TheLostLambda

It seems like there is always a BufReader constructed, regardless of if the source is already in memory or not! In my case, I just have a byte vector, so the BufReader is unneeded! https://docs.rs/mzdata/0.60.3/src/mzdata/io/mzml/reader.rs.html#1228

Would you like me to try to implement some other way of constructing unbuffered readers?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions