A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-October/018262.html below:

[Python-Dev] Slices and "==" optimization

[Python-Dev] Slices and "==" optimizationFred L. Drake, Jr. fdrake@acm.org
Tue, 30 Oct 2001 13:05:11 -0500
Martin v. Loewis writes:
 > into the code. In an application that almost exclusively does
 > COMPARE_OPs on identical strings, I got a 30% speed-up. OTOH, this
 > same code caused a 10% slowdown if I converted the "==" into "<>".

  It's very questionable whether we'll find an optimization that works
well for any serious variety of applications.  Perhaps there's some
way to build up a lookup table of fast paths, and have the slow path
try that first, but I'm sceptical.

 > Running the PyXML test suite, I counted 120000 cases where
 > slow_compare was done, and only 700 cases identical strings were
 > compared for equality.

  I wouldn't expect XML applications to gain from such an
optimization, since many compares will involve Unicode objects, either
to each other or to 8-bit strings.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4