-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
🔵 Done
-
Python Drivers
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
Context
adamchainz opened a pair of PRs aimed at improving the performance of ObjectId.
https://github.com/mongodb/mongo-python-driver/pull/2657 makes ObjectId._str_ more efficient and https://github.com/mongodb/mongo-python-driver/pull/2656/files optimizes the constructor.
Definition of done
Review and merge the changes.
Pitfalls
Ensure there are no API changes.