lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Just match against url routes for example. It's mainly curiosity.
For matching something like that, eg :

  `^/user/\w+/$`i

  `^/user/%a+/$`i




On Mon, Feb 2, 2009 at 10:12 AM, Rob Kendrick <lua-l@nun.org.uk> wrote:
> On Mon, 2 Feb 2009 09:25:10 +0100
> Emmanuel <evaisse@gmail.com> wrote:
>
>> Does anyone have bench lua pattern against prce ?
>>
>> I woud have an idea about performance difference.
>
> For what specific uses?  Any benchmark almost certainly wouldn't cover
> your uses in any useful detail.
> --
> B.
>