Currently only std::vector is approved for use in the core. In general
though you should try to arrange things so that you don't need to do any
memory allocation in the main path. Allocation should be relatively rare.

On Fri, Oct 6, 2017 at 5:14 PM, Dk Jack <dnj0...@gmail.com> wrote:

> Hi,
> I am looking to make some changes in traffic-server code (iocore
> specifically). Would it be ok to use STL stuff such as std::vector/string
> etc?
>
> Dk.
>

Reply via email to