-
Type:
Improvement
-
Status: Resolved
-
Priority:
P2
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: sdk-py-core
-
Labels:None
The performance gain will come from moving the runtime type check from a decorator to OperationCounters.
This has (2) improvements:
- Cython optimizable
- Sampling is a built-in feature
- links to