This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove atomic operations from malloc.c


Current implementation
threads time per iteration
1       116.709
8       705.080
16      1394.74
32      2923.03

Without atomics
threads time per iteration
1       112.541
8       715.897
16      1403.67
32      2881.30

Did you try running the malloc benchtest?


Yes, these are the numbers from bench-malloc-thread.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]