| Commit | Date | |
|---|---|---|
| 2007-12-31 10:13:27 | Tree | |
|
[r308]
by
mrieser
Use clone() on arrays when returning them in public getters/setters, as not to expose internal data structures to the outside. |
2007-12-31 09:52:15 | Tree |
| 2007-12-31 09:50:54 | Tree | |
|
[r306]
by
mrieser
moved all classes for the bottleneck-analysis (de palma et al) into a subpackage in the playground. |
2007-12-31 09:49:21 | Tree |
|
[r305]
by
mrieser
Performance improvement by using a pre-sized HashMap instead of a TreeMap to store traffic volume. Added JavaDocs. |
2007-12-30 13:26:05 | Tree |
|
[r304]
by
mrieser
Use regular array for simNodesArray instead of ArrayList. Looping through all entries seems much faster in the array than using an Iterator for ArrayList (overall speed improvement simulation of about 20% in a simple test locally). |
2007-12-30 10:34:01 | Tree |
| 2007-12-30 10:32:10 | Tree | |
| 2007-12-30 09:41:00 | Tree | |
| 2007-12-30 09:40:29 | Tree | |
|
[r300]
by
mrieser
removed deprecated methods Person.createPlan(score, age, selected) and Plan(score, age, selected) and replaced all calls to these methods with non-deprecated calls. |
2007-12-29 13:09:40 | Tree |