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

Data[i,j] with a ResultSet type makes a copy of Data? #64

Closed
songroom opened this issue Feb 23, 2015 · 2 comments
Closed

Data[i,j] with a ResultSet type makes a copy of Data? #64

songroom opened this issue Feb 23, 2015 · 2 comments

Comments

@songroom
Copy link

i want to know whether Data[i,j] with a ResultSet type makes a copy of Data, the way is same as Array?
thank you!

@quinnj
Copy link
Member

quinnj commented Feb 23, 2015

You're correct that currently doing Data[i,j] on a ResultSet makes a copy, largely due to waiting on JuliaLang/julia#9150. It wouldn't be a huge change to use ArrayViews, but I'm also not personally interested in it because 1) we can just wait until it's the default behavior in Base, most likely before the official release of 0.4 and 2) users can use ArrayViews themselves on the ResultSet without too much hassle. If you'd like to put together a PR, I wouldn't mind merging, but it's not high priority for me personally.

@songroom
Copy link
Author

thank you very much!

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