Remove dependencies on the STL
------------------------------

                 Key: TS-720
                 URL: https://issues.apache.org/jira/browse/TS-720
             Project: Traffic Server
          Issue Type: Improvement
          Components: Build
    Affects Versions: 2.1.7
            Reporter: John Plevyak
             Fix For: 2.1.8


Use of the STL is linked to slow compiles, slow bloated and
difficult to read code, hidden memory allocations and locks
and generally is not performance or memory usage transparent
and so is not appropriate for use in high performance software
like Apache Traffic Server.  It should not be used for new code
and every effort should be made to remove it from existing code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to