Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-984

Improve use of bson_init_static

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 3.2.0-rc0
    • BSON, Implementation
    • None

    Description

      We call bson_init_static repeatedly and redundantly (e.g. on every element access).
      We should call bson_init_static once on view creation and cache the result.

      Update: we can't cache a bson_t because it uses internal references and it therefore non-copyable without dangling pointers. We've proposed CDRIVER-2064, which would allow us to construct bson_iter_t structures directly directly from the view buffer.

      Attachments

        Issue Links

          Activity

            People

              isabella.siu@mongodb.com Isabella Siu (Inactive)
              david.golden@mongodb.com David Golden
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: