-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
The recent release of python-benedict has monkeypatched JSONEncoder to always use python-based encoder (instead of C-based encoder.
This monkeypatching happens during import.
Line 85 in a7f01b6
| from benedict import benedict |
As we only use it during exp run --set-params, we need to see how much it affects us. Also how important is the performance for the exp run? Do we save large directories and files during exp run?
Note: Simple benchmark shows it causes 2x-4x degradation.
efiop