02 November 2009 - pywtf (original) (raw)

String comparison speed

ev_genus wrote in pywtf

November 2nd, 2009

It looks like strings comparison have no influence to dict operations. I've measured how dict insertion time depends from size of string keys.
( This code...Collapse )
generates random results. Maybe my calculations is wrong?