[ 
https://issues.apache.org/jira/browse/TS-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Plevyak updated TS-720:
----------------------------

    Attachment: TS-720-jp-1.patch

This patch provides various vector, set, hash, map, and list containers and 
uses them to remove 2 instances of the STL from the code

> 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
>
>         Attachments: TS-720-jp-1.patch
>
>
> 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