-On [20111024 09:22], Stefan Behnel (stefan...@behnel.de) wrote:>>I agree. Given that the analysis shows that the libc memcmp() is >>particularly fast on many Linux systems, it should be up to the Python >>package maintainers for these systems to set that option externally through >>the optimisatio
>>> Richard Saunders>>> I have been doing some performance experiments with memcmp, and I was>>> surprised that memcmp wasn't faster than it was in Python. I did a whole,>>> long analysis and came up with some very simple results.>>>>Antoine Pit
Hey,> I have been doing some performance experiments with memcmp, and I was> surprised that memcmp wasn't faster than it was in Python. I did a whole, > long analysis and came up with some very simple results.Paul Svensson suggested I post as much as I can as text, as people would be more likely t
Hi,This is my first time on Python-dev, so I apologize for my newbie-ness.I have been doing some performance experiments with memcmp, and I wassurprised that memcmp wasn't faster than it was in Python. I did a whole, long analysis and came up with some very simple results.Before I put in a tracker