On 01/30/2016 04:28 PM, Paul Dupuis wrote:

1) wondering if LC's hooks to whatever regex tool they are using under
the hood is a good as it should be

LC's regex library is the same PCRE library everyone else uses. And it's the latest released version. Regex's power lies in its ability to match complex patterns, which doesn't necessarily translate to speed.

AND
2) planning on rewriting my code to use chunks.

You may find that regex matching works better than LC's chunk matching in some situations. For speed though, it's hard to beat the built=in chunking functions in LC, as they're already pretty well optimized.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to