Re: Question about mimalloc (pronounced "me-malloc") and HAProxy

2025-02-07 Thread Willy Tarreau
Hi Alex, On Sat, Feb 08, 2025 at 01:41:28AM +0100, Aleksandar Lazic wrote: > Hi. > > Have anybody tried to use this malloc library with HAProxy? > https://github.com/microsoft/mimalloc Oh, thank you for this link! No I never tested it but I've read their README and it looks super appealing, prec

[ANNOUNCE] haproxy-3.2-dev5

2025-02-07 Thread Willy Tarreau
Hi, HAProxy 3.2-dev5 was released on 2025/02/08. It added 97 new commits after version 3.2-dev4. The usual set of bug fixes (24 this time) got merged. One visible issue fixed just before this release was that the certificate selection could fail to pick an RSA-PSS certificate in TLSv1.3 when an R

Re: [PATCH] BUG/MINOR: 51 degree: handle a possible strdup() failure

2025-02-07 Thread Willy Tarreau
Hi Ilya, On Tue, Feb 04, 2025 at 10:50:24PM +0100, ??? wrote: > well, there are ~10 unhandled "malloc" and ~3 unhandled "calloc" in 51d.c > I'm against reviewing/fixing them altogether > > can we fix it step by step instead ? If you really need to fix them step by step, that can be OK,

Question about mimalloc (pronounced "me-malloc") and HAProxy

2025-02-07 Thread Aleksandar Lazic
Hi. Have anybody tried to use this malloc library with HAProxy? https://github.com/microsoft/mimalloc Regards Alex