Hacker News new | ask | show | jobs
by ralfd 3475 days ago
Interesting. Swift runs circles around Python, except Regex-DNA. Problems with string manipulations?
1 comments

Python and the other scripting languages' regex engine is PCRE (Perl-Compatible Regular Expressions, a very mature and highly-optimized C library), while Swift's is presumably written in Swift.