Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-3063

Replace Stopwatch in AsyncState with a lightweight approach

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • 3.2.7
    • 3.2.5
    • library
    • None
    • 1

    Description

      Currently, every K/V operation is allocating two Stopwatch objects on the heap. One is used to track the run time of the operation and needs sub-millisecond resolution. However, the other is used purely to identify AsyncState objects which are orphaned and for which a response has never been received, and high resolution is not required.

      Attachments

        For Gerrit Dashboard: NCBC-3063
        # Subject Branch Project Status CR V

        Activity

          People

            btburnett3 Brant Burnett
            btburnett3 Brant Burnett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty