Re: Should we remove ESI?

2013-06-20 Thread Amos Jeffries
On 12/06/2013 8:52 a.m., Kinkie wrote: On Tue, Jun 11, 2013 at 5:00 PM, Alex Rousskov wrote: On 06/11/2013 02:23 AM, Kinkie wrote: On Mon, Jun 10, 2013 at 7:22 PM, Alex Rousskov wrote: On 06/09/2013 02:40 PM, Kinkie wrote: while attempting to increase portability to recent clang release

Re: Should we remove ESI?

2013-06-11 Thread Kinkie
On Tue, Jun 11, 2013 at 5:00 PM, Alex Rousskov wrote: > On 06/11/2013 02:23 AM, Kinkie wrote: >> On Mon, Jun 10, 2013 at 7:22 PM, Alex Rousskov >> wrote: >>> On 06/09/2013 02:40 PM, Kinkie wrote: >>> while attempting to increase portability to recent clang releases, I noticed that lib

Re: Should we remove ESI?

2013-06-11 Thread Alex Rousskov
On 06/11/2013 02:23 AM, Kinkie wrote: > On Mon, Jun 10, 2013 at 7:22 PM, Alex Rousskov > wrote: >> On 06/09/2013 02:40 PM, Kinkie wrote: >> >>> while attempting to increase portability to recent clang releases, I >>> noticed that libTrie hasn't benefited from the portability work that >>> was do

Re: Should we remove ESI?

2013-06-11 Thread Amos Jeffries
On 11/06/2013 8:54 p.m., Robert Collins wrote: On 11 June 2013 20:23, Kinkie wrote: On Mon, Jun 10, 2013 at 7:22 PM, Alex Rousskov wrote: From what I understand (Robert, can you come to the rescue?) libTrie is a very optimized key- and prefix- lookup engine, trading memory useage for speed. It

Re: Should we remove ESI?

2013-06-11 Thread Robert Collins
On 11 June 2013 20:23, Kinkie wrote: > On Mon, Jun 10, 2013 at 7:22 PM, Alex Rousskov > wrote: > From what I understand (Robert, can you come to the rescue?) libTrie > is a very optimized key- and prefix- lookup engine, trading memory > useage for speed. It would be great to use in the Http pars

Re: Should we remove ESI?

2013-06-11 Thread Eliezer Croitoru
On 6/11/2013 11:23 AM, Kinkie wrote: On Mon, Jun 10, 2013 at 7:22 PM, Alex Rousskov wrote: On 06/09/2013 02:40 PM, Kinkie wrote: while attempting to increase portability to recent clang releases, I noticed that libTrie hasn't benefited from the portability work that was done in the past fe

Re: Should we remove ESI?

2013-06-11 Thread Kinkie
On Mon, Jun 10, 2013 at 7:22 PM, Alex Rousskov wrote: > On 06/09/2013 02:40 PM, Kinkie wrote: > >> while attempting to increase portability to recent clang releases, I >> noticed that libTrie hasn't benefited from the portability work that >> was done in the past few years. >> >> I can see three

Re: Should we remove ESI?

2013-06-10 Thread Alex Rousskov
On 06/09/2013 02:40 PM, Kinkie wrote: > while attempting to increase portability to recent clang releases, I > noticed that libTrie hasn't benefited from the portability work that > was done in the past few years. > > I can see three ways to move forward: > 1- replicate these changes into libTr