-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: JSON, Performance
-
None
-
Python Drivers
Split from PYTHON-1374:
Use set intersection to quickly find the $ key (if any) for a BSON type in json_util.object_hook.
We can optimize JSON decoding using set intersection and a lookup table for better json_util.loads() performance.
- related to
-
PYTHON-1374 Optimize json_util performance
- Closed