Re: [Pyparsing] parsing with operatorPrecedence takes too much time
Brought to you by:
ptmcg
From: Ralf S. <sc...@gm...> - 2008-04-03 12:11:36
|
On Thu, Apr 3, 2008 at 2:08 PM, Paul McGuire <pt...@au...> wrote: > Ralf - > > Thanks! I can make this patch easily in the next release. > > Is there any harm in just defining this function for all versions, instead > of conditionalizing for v2.6? > It might be a bit slower than the builtin hash. Other than that it should be no problem. - ralf |