Menu

Code Commit Log


Commit Date  
[r6617] by mrieser

added common interface for EventWriters

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
[r6615] by rashid_waraich

unused import removed.

2009-04-29 12:12:13 Tree
[r6614] by rashid_waraich

System.out replaced by proper logging.

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
[r6611] by vsp_neumann

- added second check, so that if no layer is specified every link in highway defaults is converted

2009-04-29 06:20:19 Tree
[r6610] by mrieser

- some code optimization to speed up Planomat (may not be noticeable)
- reduced dependency to Gbl.getConfig().planomat() throughout the code such that instantiated objects will no longer see changed values in the config. This helps to improve code robustness and hopefully solves the test case problems.

2009-04-28 22:06:19 Tree
[r6609] by mmoyo

Method addlines suited for access database

2009-04-28 20:50:14 Tree
[r6608] by mrieser

deleted no longer used code.

2009-04-28 19:37:20 Tree
Older >
MongoDB Logo MongoDB