On Wed, Sep 11, 2013 at 11:12 AM, Christophe Fergeau
wrote:
> ACK
>
> On Tue, Sep 10, 2013 at 04:43:38PM +0200, Marc-André Lureau wrote:
>> From: Marc-André Lureau
>>
>> We can avoid repetitive computation by using two precomputed array, of
>> 4k each.
hmm, I think it's 2k each actually, I'll ve
ACK
On Tue, Sep 10, 2013 at 04:43:38PM +0200, Marc-André Lureau wrote:
> From: Marc-André Lureau
>
> We can avoid repetitive computation by using two precomputed array, of
> 4k each.
> ---
> common/quic.c | 25 -
> common/quic_family_tmpl.c | 22 +
From: Marc-André Lureau
We can avoid repetitive computation by using two precomputed array, of
4k each.
---
common/quic.c | 25 -
common/quic_family_tmpl.c | 22 +-
2 files changed, 33 insertions(+), 14 deletions(-)
diff --git a/common/qui