1350
Comment:
|
2360
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
1. Add your row to the table below, following the examples already there. Simple = the simple linear-time algorithm. Gallop = the asymptotically optimal galloping-search algorithm. | 1. Add your row to the table below, following the examples already there. Simple = the simple linear-time algorithm. Gallop = the asymptotically optimal galloping-search algorithm. The number in parantheses after the query is the ratio between the two list length, rounded to the next integer. |
Line 11: | Line 11: |
||<style="text-align:center" |2>'''Name''' ||||<style="text-align:center">''university german'' ||||<style="text-align:center">''university berlin'' ||||<style="text-align:center">''university freiburg'' ||<style="text-align:center" |2>'''Processor / RAM''' ||<style="text-align:center" |2>'''Language''' || | ||<style="text-align:center" |2>'''Name''' ||||<style="text-align:center">''university german (2x)'' ||||<style="text-align:center">''university berlin (13x)'' ||||<style="text-align:center">''university freiburg (198x)'' ||<style="text-align:center" |2>'''Processor / RAM''' ||<style="text-align:center" |2>'''Language''' || |
Line 13: | Line 13: |
||Björn ||430µs ||610µs ||134µs ||146µs ||72µs || 21µs|| Intel X5560 @ 2.8GHz / 36GB ||C++ || | ||Björn ||430µs ||530µs ||134µs ||146µs ||72µs || 21µs|| Intel X5560 @ 2.8GHz / 36GB ||C++ || |
Line 15: | Line 15: |
||DanielL||2071µs ||1454µs ||595µs ||140µs ||392µs || 44µs|| Intel i7-2600 @ 3.4GHz / 16GB ||Java || ||AlexM||6142µs ||5751µs ||656µs ||943µs ||416µs ||132µs || Intel Core 2 Duo @ 2.0Ghz / 4GB ||Java|| ||Oier||4434µs || 5948µs || 696µs || 868µs || 1203µs || 524µs|| Intel Core i5 M 450 @ 2.40GHz / 4GB ||Java|| ||Manuel||391µs ||568µs ||79µs ||136µs ||30µs || 14µs|| Intel E3-1230v3 @ 3.7GHz / 2GB (VM) ||C++ || ||Sven||1218µs || 1833µs || 598µs || 951µs || 494µs || 467µs|| Intel i7-4650U @ 1.70GHz / 4GB ||Java|| ||Janosch||433µs || 644µs || 183µs || 198µs || 97µs || 60µs|| Intel i7-3520M @ 2.9GHz / 8GB ||C++|| ||Daniel||381µs || 473µs || 115µs || 141µs || 61µs || 21µs|| Intel i7-920 @ 3.2GHz / 2GB (VM)||C++|| ||Bastian|| 305µs || 461 µs || 74µs || 144µs || 37µs || 49µs || Intel i5-3570K @ 3.4GHz / 8GB || C++ || |
Results for Exercise Sheet 3 (List Intersection)
Please read the instructions below, before adding something to the table!
1. Add your row to the table below, following the examples already there. Simple = the simple linear-time algorithm. Gallop = the asymptotically optimal galloping-search algorithm. The number in parantheses after the query is the ratio between the two list length, rounded to the next integer.
2. Provide the query times in microseconds (µs), and round them to the next integer.
3. Provide the programming language and the specs of the machine you used in the same way as the examples already there. In particular, specify the processor frequency with exactly one digit after the dot, the amount of RAM as an integer, and don't provide secondary details about the processor.
Name |
university german (2x) |
university berlin (13x) |
university freiburg (198x) |
Processor / RAM |
Language |
|||
simple |
gallop |
simple |
gallop |
simple |
gallop |
|||
Björn |
430µs |
530µs |
134µs |
146µs |
72µs |
21µs |
Intel X5560 @ 2.8GHz / 36GB |
C++ |
MartinM |
1505µs |
1711µs |
308µs |
318µs |
260µs |
29µs |
Intel i7-3770K @ 3.5GHz / 8GB |
Java |
DanielL |
2071µs |
1454µs |
595µs |
140µs |
392µs |
44µs |
Intel i7-2600 @ 3.4GHz / 16GB |
Java |
AlexM |
6142µs |
5751µs |
656µs |
943µs |
416µs |
132µs |
Intel Core 2 Duo @ 2.0Ghz / 4GB |
Java |
Oier |
4434µs |
5948µs |
696µs |
868µs |
1203µs |
524µs |
Intel Core i5 M 450 @ 2.40GHz / 4GB |
Java |
Manuel |
391µs |
568µs |
79µs |
136µs |
30µs |
14µs |
Intel E3-1230v3 @ 3.7GHz / 2GB (VM) |
C++ |
Sven |
1218µs |
1833µs |
598µs |
951µs |
494µs |
467µs |
Intel i7-4650U @ 1.70GHz / 4GB |
Java |
Janosch |
433µs |
644µs |
183µs |
198µs |
97µs |
60µs |
Intel i7-3520M @ 2.9GHz / 8GB |
C++ |
Daniel |
381µs |
473µs |
115µs |
141µs |
61µs |
21µs |
Intel i7-920 @ 3.2GHz / 2GB (VM) |
C++ |
Bastian |
305µs |
461 µs |
74µs |
144µs |
37µs |
49µs |
Intel i5-3570K @ 3.4GHz / 8GB |
C++ |