Improve use of bson_init_static

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 3.2.0-rc0
    • Affects Version/s: None
    • Component/s: BSON, Implementation
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              Isabella Siu (Inactive)
              Reporter:
              David Golden
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: