Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-452

Improve performance of BsonClassMap based serialization by not using HashSet to detect missing elements

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.5
    • Affects Version/s: 1.4.1
    • Component/s: None
    • Labels:
      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

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: