BIND 10 #1601: pass reference instead of shared pointer within AuthSrv

BIND 10 Development do-not-reply at isc.org
Thu Jan 19 01:04:33 UTC 2012


#1601: pass reference instead of shared pointer within AuthSrv
-------------------------------------+-------------------------------------
            Reporter:  jinmei        |                        Owner:
                Type:  task          |                       Status:  new
            Priority:  major         |                    Milestone:  Next-
           Component:  b10-auth      |  Sprint-Proposed
           Sensitive:  0             |                     Keywords:
         Sub-Project:  DNS           |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:  auth
         Total Hours:  0             |  performance
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 This is probably marginal, but most of the internal methods used
 in AuthSrv could pass references when they pass shared pointers (not:
 not a reference to the shared pointer; real reference to the
 underlying object).

 Passing shared pointers have some extra cost due to its copy
 operation, so this will probably improve performance a bit.

-- 
Ticket URL: <http://bind10.isc.org/ticket/1601>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list