Wiki source code of Execution Time Analysis and LinkedList vs. ArrayList
Last modified by csp on 2023/07/11 10:33
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = General Execution Time Analysis = | ||
2 | |||
3 | The following measurements were run on an Intel core i5 M 450 @2.40GHz with Linux Mint 17 (Based on Ubuntu 14.04.2 LTS). | ||
4 | |||
5 | The code is dated 26 May 2015 12:25 ([[commit c566b14>>url:https://git.rtsys.informatik.uni-kiel.de/projects/KIELER/repos/pragmatics/commits/c566b14065a643039841e4c077f3d6903d47a2f2||shape="rect"]]) | ||
6 | |||
7 | [[image:attach:eval2.png]][[image:attach:eval3.png]][[image:attach:eval4.png]][[image:attach:eval5.png]] | ||
8 | |||
9 | = ArrayList vs. LinkedList = | ||
10 | |||
11 | On 27 March 2015 we changed many occurrences of LinkedLists in KlayLayered to ArrayLists. | ||
12 | |||
13 | The following measurements were run on an Intel core i5 M 450 @2.40GHz with Linux Mint 17 (Based on Ubuntu 14.04.2 LTS). | ||
14 | |||
15 | The code with linked lists is [[commit bc385f7>>url:https://git.rtsys.informatik.uni-kiel.de/projects/KIELER/repos/pragmatics/commits/bc385f78c770faec38d5e42b7fc1a98680961a5c||shape="rect"]], the new code with array lists is [[commit f2dc6d5>>url:https://git.rtsys.informatik.uni-kiel.de/projects/KIELER/repos/pragmatics/commits/f2dc6d527c2fc3f95c4086b358a29a126238cdc6||shape="rect"]]. | ||
16 | |||
17 | [[image:attach:eval0.png]][[image:attach:eval1.png]] | ||
18 | |||
19 | = Raw Data = | ||
20 | |||
21 | The raw data as well as the svgs can be found here: [[attach:eval-2015_05.zip]]. |