Re: Combining decoding and matching

2013-11-16 Thread Dmitry Olshansky
16-Nov-2013 17:02, bearophile пишет: Dmitry Olshansky: Pull & peek at preliminary results https://github.com/D-Programming-Language/phobos/pull/1685 Docs http://blackwhale.github.io/phobos/std_uni.html#MatcherConcept Good. Are those ideas usable for other Phobos functions, like group? http:

Re: Combining decoding and matching

2013-11-16 Thread bearophile
Dmitry Olshansky: Pull & peek at preliminary results https://github.com/D-Programming-Language/phobos/pull/1685 Docs http://blackwhale.github.io/phobos/std_uni.html#MatcherConcept Good. Are those ideas usable for other Phobos functions, like group? http://forum.dlang.org/thread/snnmkdmhxou

Combining decoding and matching

2013-11-10 Thread Dmitry Olshansky
Following up on D parsing thread I had sometime to experiment with decode-less matching of full Unicode code point range. The end result is very pleasant, I'm still benching it but it shows great speed up already. Without further ado: Pull & peek at preliminary results https://github.com/D-Pr