-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Feature Request
It would be beneficial to add parallel computing support for the tree function to improve performance.
Background
The tree function can be slow when processing large datasets or performing complex computations.
Proposal
- Evaluate the feasibility of implementing parallel computing for the
treefunction - Consider different approaches:
- Multi-threading
- Multi-processing
- GPU acceleration
- Assess potential architecture changes and compatibility issues
- Design an implementation plan if feasible
Questions
- Is parallel computing technically feasible for the
treefunction in the current architecture? - What would be the recommended approach for implementation?
- Are there any breaking changes or compatibility concerns?
Metadata
Metadata
Assignees
Labels
No labels