Skip to content
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

FileIO #1

Closed
SimonDanisch opened this issue Jun 6, 2015 · 3 comments
Closed

FileIO #1

SimonDanisch opened this issue Jun 6, 2015 · 3 comments

Comments

@SimonDanisch
Copy link

Hi,
from what I read on julia-users and the CSV issue, you seem to be onto a very fast pattern for parsing files!
Do you think, that your approach will be applicable for parsing other file formats?
If so, it would be great to share your file and string types/methods with other IO libraries, probably by putting them into FileIO.jl or some generic file parser library.
It seems like what you came up with is also great for just parsing parts of the file, and editing the file while updating the parsed julia type (or the other way around).
Would be great to have this speed and functionality as a default for all Julia IO libraries.

@sjkelly maybe we can learn a thing or two for MeshIO.

Best,
Simon

@quinnj
Copy link
Member

quinnj commented Jun 9, 2015

Hey Simon, I definitely feel like I learned a lot in the process of creating CSV.jl. You'll be at JuliaCon, right? I think we should do a larger discussion with everyone on a plan forward for FileIO.jl. I think there's great potential for the idea and we just need some more consensus/momentum behind it.

@quinnj
Copy link
Member

quinnj commented Jun 9, 2015

Happy to share any insights or answer other questions if needed.

@SimonDanisch
Copy link
Author

Sounds like a good plan!
Looking forward to JuliaCon :)

2015-06-09 3:29 GMT+02:00 Jacob Quinn notifications@github.com:

Happy to share any insights or answer other questions if needed.


Reply to this email directly or view it on GitHub
#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants