Remove static whitespace characters from string, speed up Split for whitespace charac...
commitd0ef6a346d4daa47e95b3cb1c6ba63ca3bc29817
authorMarek Safar <marek.safar@gmail.com>
Fri, 24 Feb 2012 11:17:48 +0000 (24 11:17 +0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 24 Feb 2012 11:41:14 +0000 (24 11:41 +0000)
treea360e87d00984565aa6f94c46fe52846da1f4d52
parent9b3232e7df30dc895bf1d033196d106ae555c4a0
Remove static whitespace characters from string, speed up Split for whitespace characters up to 10x
mcs/class/corlib/System/String.cs
mcs/class/corlib/Test/System/StringTest.cs