Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-14062

collatejson optimization: Encode() to avoid using json.Unmarshal()

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Minor
    • feature-backlog
    • feature-backlog
    • secondary-index
    • Security Level: Public
    • None

    Description

      • codec.Encode() converts the input JSON to golang native before
        applying the encoding algorithm,
        if err := json.Unmarshal(text, &m); err != nil { return nil, err }

        explore possibilities to avoid a call to json.Unmarshal()

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            prataprc Pratap Chakravarthy (Inactive)
            prataprc Pratap Chakravarthy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty