Bo Lin
Results
2
comments of
Bo Lin
That seems a bit heavy handed? Why not simply augment the scalar function expr node with an interior mutable "cache" cell, that is invisible to serialization? The cell can be...
> the scalar function implementations that are passed around may be shared -- so using interior mutability would get confusing as each function invocation would be from the same instance...