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

Performance improvements #151

Closed azaroth42 closed 4 years ago

azaroth42 commented 4 years ago

Add a Python3 only serializer that relies on 3.7+ dicts being ordered. Reduces the time to serialize by about 40%. Need to set factory.json_serializer to "fast" to enable this.

Also: