Performance Improvement Tests

To do a quick test on performance improvement, I redid some parts of my counter and switched to the new high performance hashset collection from the Orcas January CTP.

I used the helsinki corpus (9.793 KB, single text file) and conducted a single-word frequency list operation (create and sort).

And here are the results:


TT5
SVN17
TT7
SVN47
Performance
Improvement
Create2,171,841,17x
Sort12,422,285,44x
Display0,80~0,80~-
Total15,39~4,92~3,12x


For your information, WordSmith Tools 4 (4.0.0.374) takes about 23 seconds to perform the same operation.

Comments

Popular posts from this blog

Levenshtein Distance Algorithm: Fastest Implementation in C#

WordSmith Tools 5.0, Tenka Text in China

Mono 1.2.5 binaries for Solaris 10/x86