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: Opinion of SUSE security about O(n^2) worst case in POWER string ops?


On Fri, Jul 24, 2015 at 03:04:20PM +0000, Joseph Myers wrote:
> Note that it is not clear if we do have O(n^2) worst case, or O(2048n) = 
> O(n).  The claim of O(n^2) if m <= 2048 in 
> <https://sourceware.org/ml/libc-alpha/2015-07/msg00752.html> seems rather 
> odd to me.

I have looked at the code and I don't see it either, it is just O(mn).
2048 seems a tad high (even though you could call it 256) but that
doesn't make the algorithm quadratic.

Unless I missed some path, it is not the most readable code.


Segher


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