-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
optimisationIncreases performance (hopefully)Increases performance (hopefully)pythonPull requests that update Python codePull requests that update Python code
Description
See https://github.com/orgs/scipp/discussions/3595#discussioncomment-11222220
Investigate possible performance benefits of using multiprocessing to speed up the scipp.curve_fit routine.
Questions:
- Do we need any size thresholds for when to use the parallel version?
- In case of serialization problems, do we fail gracefully or just fail? Drawback of failing gracefully is increased code complexity to handle an unusual edge case.
Metadata
Metadata
Assignees
Labels
optimisationIncreases performance (hopefully)Increases performance (hopefully)pythonPull requests that update Python codePull requests that update Python code
Type
Projects
Status
Done