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

🐞 Tasks store whole output in one String #1837

Open
tom-ludwig opened this issue Aug 3, 2024 · 0 comments
Open

🐞 Tasks store whole output in one String #1837

tom-ludwig opened this issue Aug 3, 2024 · 0 comments
Labels
bug Something isn't working performance This is performance related

Comments

@tom-ludwig
Copy link
Member

Description

The current task needs to be optimized for both performance and data handling. Specifically, the following improvements are required:

  1. Save Output in an Array:
    • Ensure that the task saves its output in an array for better data management and accessibility.
  2. Utilize a LazyVStack:
    • Replace the existing VStack with a LazyVStack to enhance efficiency, particularly with large datasets or complex views.

To Reproduce

N.a.

Expected Behavior

N.a.

Version Information

No response

Additional Context

No response

Screenshots

No response

@tom-ludwig tom-ludwig added the bug Something isn't working label Aug 3, 2024
@github-actions github-actions bot added output performance This is performance related triage needed labels Aug 3, 2024
@thecoolwinter thecoolwinter moved this from 🆕 New to 📋 Todo in CodeEdit Project Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working performance This is performance related
Projects
Status: 📋 Todo
Development

No branches or pull requests

2 participants