VBScript |
Back to the Win32 Shootout Back to dada's perl lab |
VBScript | |
---|---|
Tested Version | 5.6.0.7426 (WSH Version 5.6) |
Home Page | http://msdn.microsoft.com/scripting/default.htm |
Download | http://msdn.microsoft.com/scripting/vbscript/download/vbsdown.htm |
View All Source Code For VBScript |
(Ranks in Red in the
table below are those which fall below the average Rank for this language
over all tests. The corresponding programs could possibly benefit from further optimization.) |
||||||||
Test | Source Code | Avg Rank: 37 | Avg Rank: 29 | Avg Rank: 16 | Log | |||
---|---|---|---|---|---|---|---|---|
CPU | Rank | Mem | Rank | LOC | Rank | |||
Ackermann's Function | ackermann.vbscript | F | (F) * | F | (F) * | 15 | 35 | log |
Array Access | ary3.vbscript | 67.95 | 40 | 2520 | 27 | 13 | 10 | log |
Fibonacci Numbers | fibo.vbscript | 51.61 | 48 | 2344 | 38 | 11 | 26 | log |
Hash (Associative Array) Access | hash.vbscript | 10.71 | 37 | 8680 | 20 | 11 | 9 | log |
Hashes, Part II | hash2.vbscript | 141.22 | 34 | 4864 | 28 | 16 | 15 | log |
Heapsort | heapsort.vbscript | 36.70 | 41 | 3600 | 18 | 52 | 18 | log |
Hello World | hello.vbscript | 30.70 | 45 | 2208 | 38 | 1 | 4 | log |
List Operations | lists.vbscript | 5.35 | 22 | 2992 | 18 | 41 | 15 | log |
Matrix Multiplication | matrix.vbscript | T | (T) * | T | (T) * | 37 | 15 | log |
Method Calls | methcall.vbscript | 86.15 | 32 | 2308 | 23 | 65 | 24 | log |
Nested Loops | nestedloop.vbscript | 182.28 | 49 | 2324 | 38 | 29 | 46 | log |
Object Instantiation | objinst.vbscript | 106.63 | 30 | 2312 | 20 | 71 | 23 | log |
Random Number Generator | random.vbscript | 16.15 | 46 | 2300 | 35 | 15 | 15 | log |
Regular Expression Matching | regexmatch.vbscript | 34.70 | 12 | 2516 | 11 | 27 | 6 | log |
Reverse a File | reversefile.vbscript | 20.25 | 33 | 19476 | 27 | 5 | 7 | log |
Sieve of Erathostenes | sieve.vbscript | 88.07 | 42 | 2424 | 33 | 20 | 18 | log |
Statistical Moments | moments.vbscript | F | (F) * | F | (F) * | 58 | 16 | log |
String Concatenation | strcat.vbscript | 193.33 | 43 | 17544 | 44 | 6 | 4 | log |
Sum a Column of Integers | sumcol.vbscript | 84.36 | 40 | 57036 | 40 | 8 | 20 | log |
Word Frequency Count | wordfreq.vbscript | T | (T) * | T | (T) * | 48 | 27 | log |
*Test Implemented but not measured (timeout or error). | ||||||||
Tests Not Implemented For This Language: Echo Client/Server, Exception Mechanisms, Spell Checker, Count Lines/Words/Chars, Producer/Consumer Threads |
Back to the Win32 Shootout Back to dada's perl lab |
Send comments or suggestions to dada@perl.it |