# HG changeset patch # User Christian Urban # Date 1380188097 -3600 # Node ID a62a47b84053b4afd71e0390e43c725bb68208c0 # Parent 9d8d6d900660cf0a86bdc5fba90c8033b927100f links diff -r 9d8d6d900660 -r a62a47b84053 bsc-projects-13.html --- a/bsc-projects-13.html Thu Sep 26 10:32:28 2013 +0100 +++ b/bsc-projects-13.html Thu Sep 26 10:34:57 2013 +0100 @@ -81,7 +81,7 @@

On a rainy afternoon, I implemented - this + this regular expression matcher in Scala. It is not as fast as the official one in Scala, but it can match up to 11,000 as in less than 5 seconds without raising any exception (remember Python and Ruby both need nearly 30 seconds to process 28(!) as, and Scala's