๐ Tasks store whole output in one String
tom-ludwig opened this issue ยท 0 comments
tom-ludwig commented
Description
The current task needs to be optimized for both performance and data handling. Specifically, the following improvements are required:
- Save Output in an Array:
- Ensure that the task saves its output in an array for better data management and accessibility.
- 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