Menu

Code Commit Log


Commit Date  
[r6621] by rashid_waraich

System.out replaced by proper logging.

2009-04-29 14:41:52 Tree
[r6620] by rashid_waraich
2009-04-29 14:17:38 Tree
[r6619] by rashid_waraich

the point where the startup listener is invoked was wrong (quick fix).

2009-04-29 14:14:46 Tree
[r6618] by mrieser

Controler can now be configured to write xml events instead of txt events

2009-04-29 13:59:21 Tree
[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
Older >
MongoDB Logo MongoDB