-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: BSON, Performance
Since we can now rely on Buffer being present we can get rid of the custom logic to translate hex strings. Simplify the equals method by no longer needing a call to isValid (a noticeably slow function). Opportunity to coerce the type of id to always be of Buffer to further simplify equals.
- links to