[Include] Rob Pike's regex matcher
#8

Quote:
Originally Posted by Crayder
Посмотреть сообщение
Or... we just use the regex plugin, which is a lot faster and supports all of regex.

Good effort though.
I didn't run any tests, but I think this code is faster than the regex library because it doesn't use any kind of "automata simulation"(constructing states, simulating, ARGH!). Run some tests, it would be nice.

Anyway, this include doesn't mean to be better than whatever plugin you use, its purpose is to help people on simple things(that's what this area is for) without the need to use the whole plugin - as you can see, it covers a small set of operations -

Have fun!
Reply


Messages In This Thread
Rob Pike's regex matcher - by dxhj - 08.12.2015, 15:17
Re: Rob Pike's regex matcher - by Crayder - 09.12.2015, 19:38
Re: Rob Pike's regex matcher - by Kevln - 09.12.2015, 19:51
Re: Rob Pike's regex matcher - by Crayder - 09.12.2015, 21:03
Re: Rob Pike's regex matcher - by Vince - 09.12.2015, 21:38
Re: Rob Pike's regex matcher - by SickAttack - 09.12.2015, 21:39
Re: Rob Pike's regex matcher - by Crayder - 10.12.2015, 01:14
Re: Rob Pike's regex matcher - by dxhj - 10.12.2015, 02:51
Re: Rob Pike's regex matcher - by SickAttack - 10.12.2015, 04:09
Re: Rob Pike's regex matcher - by dxhj - 10.12.2015, 04:13

Forum Jump:


Users browsing this thread: 1 Guest(s)