240 Add a factory method(s) that assumes everything is valid and skips validation
241 Add an option for deserialization from a "trusted source" for simple structures
Both of these improve performance by a factor of 10-25, depending on the Structure.
Examples from the tests:
Instantiation:
test_trusted_instantiation.py::test_trusted_instantiation_different_style
============================== 1 passed in 0.97s ===============================
Process finished with exit code 0