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

investigating IO objects as a memory safe alternative to wrapping Array #24

Open
ExpandingMan opened this issue Mar 26, 2018 · 0 comments

Comments

@ExpandingMan
Copy link
Owner

It has been suggested on discourse that I should be using IO objects, which may essentially already do what would be required from reinterpret for performant IO. I definitely need to do some benchmarking to see if this is feasible.

My first worry is that read essentially has @noinline so this gives me some doubts about how performant it could be to embed in getindex methods.

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

1 participant