-
Story
-
Resolution: Done
-
Major
-
None
-
False
-
-
False
Using Value.asNumber() is very, very slow compared to (double) Value.getUnderlyingObject(), assuming that you know the Value does indeed contain a double. Changing SHAP to use the latter speeds it up significantly.