| Commit | Date | |
|---|---|---|
| 2009-04-29 14:41:52 | Tree | |
|
[r6620]
by
rashid_waraich
|
2009-04-29 14:17:38 | Tree |
| 2009-04-29 14:14:46 | Tree | |
| 2009-04-29 13:59:21 | Tree | |
| 2009-04-29 13:58:45 | Tree | |
|
[r6616]
by
mrieser
reverted r6612, no longer call String.intern(). It seems, that with huge scenarios/networks, the pool of interned strings gets too big resulting in the following Exception: "Exception in thread "main" java.lang.OutOfMemoryError: PermGen space". So we'll continue to use heap space in favor of PermGen space... |
2009-04-29 12:37:39 | Tree |
| 2009-04-29 12:12:13 | Tree | |
| 2009-04-29 12:07:48 | Tree | |
|
[r6613]
by
mrieser
changed the way how the simulation recognizes if an agent has two activities on the same link / has a correctly empty leg-route. Added Test Case for this behavior. |
2009-04-29 10:35:41 | Tree |
|
[r6612]
by
mrieser
memory optimization, esp. for large scenarios: the Strings internally used are interned (see String.intern()), such that multiple Ids with the same id-value (e.g. Link 1, Node 1, Person 1, Facility 1) don't use multiple Strings to store the value, but only one. The performance penalty (only occurring when creating Ids, mostly when reading in files) should be negligible. |
2009-04-29 08:23:24 | Tree |