-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
evaluatorIssues related to the evaluatorIssues related to the evaluator
Description
At the moment, evaluator Correction
objects are read-only and can only be de-serialized from the JSON form. If they could also be serialized, then this would improve the performance of pickling the python wrapper, which currently stores a copy of the JSON to be able to re-construct the evaluator objects. It would probably amount to creating inverses of the various node constructors that output rapidjson JSONObject
s, and then implementing pickling directly in the pybind11 code https://pybind11.readthedocs.io/en/stable/advanced/classes.html?#pickling-support
Metadata
Metadata
Assignees
Labels
evaluatorIssues related to the evaluatorIssues related to the evaluator