Updated May 2006 | Posted August 2004 | Fredrik Lundh The stringlib library is an experimental collection of alternative string operations for Python. The fast search algorithm described below was added to Python 2.5 during the Need For Speed sprint in Reykjavik. It’s currently used by the 8-bit string and Unicode implementations. Other components and concepts may appear in future Python releases.