Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-1348

TimezoneImpl constructor should pass std::vector<> & instead of std::vector<>

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.9.0
    • 1.9.0
    • C++
    • None

    Description

      TimezoneImpl(const std::string& name, const std::vector<unsigned char> bytes) should
      change to TimezoneImpl(const std::string& name, const std::vector<unsigned char>& bytes) to reduce copy constructor of vector of unsigned char.

      Attachments

        Issue Links

          Activity

            People

              zhjwpku Junwang Zhao
              zhjwpku Junwang Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: