-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.4.1
-
Component/s: None
-
None
Improve performance of BsonClassMap based serialization by not using HashSet to detect missing elements. See the fasterserialization branch linked to below for a prototype of how this could work using a fixed size array instead of a HashSet.
See:
https://github.com/mongodb/mongo-csharp-driver/pull/97
https://github.com/rstam/mongo-csharp-driver/tree/fasterserialization