Allow to specify whether the caller wants the evaluation of an expression to be made deterministic
nmeier opened this issue · 2 comments
nmeier commented
Currently all evaluations create a deterministic parser - this has two disadvantages IF determinism is not required
- it takes extra parsing time
- it flattens objects unnecessarily, thus causing slow json handling in caller MapTool
Proposal : add optional parameter to not create a deterministic result that can be utilized upstream
Phergus commented
PR merged. Will do a release and then open a MapTool issue to bump the dicelib version.
Phergus commented
Dicelib 1.6.3 released.