![]() * for config: let `syaml_dict` inherit from `dict` instead of `OrderedDict`. `syaml_dict` now only exists as a mutable wrapper for yaml related metadata. * for spec serialization / hashing: use `dict` directly This is possible since we only support cpython 3.6+ in which dicts are ordered. This improves performance of hash computation a bit. For a larger spec I'm getting 9.22ms instead of 11.9ms, so 22.5% reduction in runtime. |
||
---|---|---|
.. | ||
spack |