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

View implementation #29

Open
davidbrochart opened this issue Feb 4, 2021 · 0 comments
Open

View implementation #29

davidbrochart opened this issue Feb 4, 2021 · 0 comments

Comments

@davidbrochart
Copy link
Member

In #28 we implemented views on zarray with the following limitation: if the zarray holds an expression which is already a view, then this expression is evaluated and stored in an array before getting the new view (if the zarray holds an expression which is not a view, then this expression is not evaluated before getting the new view).
We might want to improve this behavior in the future, and "merge" consecutive views into a single one.

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