scaling.readme

来自「跑leach需要的」· README 代码 · 共 36 行

README
36
字号
# Created by Polly Huang, USC/ISI# http://www-scf.usc.edu/~bhuang# 7/16/98What's the story about session sim's improvement on memory consumption?The bottleneck has been determined to be the routing table, which isO(n^2) for flat routing. In addition, n (number of routing entries) is always 2^k. That is why we observe roughly the same routing table size for 513-node and 1024-node simulations (k=10).The following table lists _approximately_ the memory consumption ofsession sim with various memory conservation solutions.# nodes in topo		Mem consumption (in MB)		session		with delay_bind		with hierarchial		connectivity ~1.8			connectivity ~3-4512-1023	   16		  10			  1024-2047	   46		  40			  16 (1040 node)2048-4095	  180		 160			  40 (2080 node)4096-8191	  720		 640			 169 (5120 node)8192-16384	 2886		2560			1049 (10075 node)The hierarchial and flat routing simulations use different topologies with similar number of nodes. We're trying to unify/simplify the API for specifying flat or hierarchial routing and to provide benchmark topologies for future evaluation.What's the largest topology ever simulated?By 7/16/98 11:15 EDT, the largest topology ever simulated, using SessionSim, has 10,000 nodes.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?