-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
At the moment, for & for-props in both element and attribute versions are computationally heavy to support slices over sorted and filtered content.
An alternative execution path should be provided when no sorting nor filtering is needed.
Considering that such operations are performed externally for external sources, it does make sense to have a lightweight execution of "simple" cycles.
- parsing optimization (single pass detection of all children)
- data source optimization (no intermediate data sorting is needed)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request