thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

factory.production_mode() turns off checking and caches class hierarchy #82

Closed azaroth42 closed 5 years ago

azaroth42 commented 5 years ago

(plus a couple vocab tweaks that were lying around)

Profiling stats:

Without cache and with validation: 1 0.090 0.090 1.527 1.527 profile_test.py:8(make_a_thing) With cache and without validation: 1 0.075 0.075 1.160 1.160 profile_test.py:8(make_a_thing)