Efficient String Lookup?

Chris S. chrisks at NOSPAM.udel.edu
Sat Oct 16 05:11:37 EDT 2004


I have a number of strings, containing wildcards (e.g. 'abc#e#' where # 
is anything), which I want to match with a test string (e.g 'abcdef'). 
What would be the best way for me to store my strings so lookup is as 
fast as possible?



More information about the Python-list mailing list