[ 
https://issues.apache.org/jira/browse/TS-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011713#comment-13011713
 ] 

Leif Hedstrom commented on TS-720:
----------------------------------

I tried this patch, and I get missing include file on compile:

../../lib/ts/List.h:64:22: fatal error: defalloc.h: No such file or directory


Maybe the patch needs to include that file too ?

> 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