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

LazyStackView #302

Open
tischi opened this issue Feb 15, 2021 · 0 comments
Open

LazyStackView #302

tischi opened this issue Feb 15, 2021 · 0 comments

Comments

@tischi
Copy link

tischi commented Feb 15, 2021

As discussed with @tpietzsch, I tried to benchmark a different implementation of the access in the StackView class that does not suffer as much from this issue, because the access is only created lazily for a given slice on demand and not for all slices at once as in the original implementation

Let me know whether I should do more tests or create a PR to replace the old implementation with the new one.
cc @axtimwalde

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