Don't click here unless you want to be banned.

LSL Wiki : CoryFimicoloud

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
Sim IP Scan
List Voodoo Magic Memory Usage Results in List Modification Functions

Sim IP Scan:
Current list is a scan from Sim 0 to 10000 for the Agni grid. Need to convert the IP Ranges into CIDR or have both IP Range and CIDR version.
Last Scan: Apr 29, 08 00:53:58 GMT to Apr 29, 08 01:00:54 GMT
Sim From Sim To IP From IP To
Sim1 Sim108 64.154.220.4 64.154.220.111
Sim126 Sim262 8.4.128.2 8.4.128.138
Sim282 Sim314 8.4.128.158 8.4.128.190
Sim315 Sim467 64.154.221.1 64.154.221.153
Sim469 Sim469 64.154.221.155 64.154.221.155
Sim471 Sim471 64.154.221.157 64.154.221.157
Sim473 Sim473 64.154.221.159 64.154.221.159
Sim475 Sim568 64.154.221.161 64.154.221.254
Sim569 Sim811 64.154.222.1 64.154.222.243
Sim814 Sim814 64.154.222.246 64.154.222.246
Sim815 Sim850 64.154.223.60 64.154.223.95
Sim887 Sim1104 8.4.129.37 8.4.129.254
Sim1105 Sim1358 8.4.130.1 8.4.130.254
Sim2008 Sim2008 216.82.16.13 216.82.16.13
Sim2013 Sim2013 216.82.16.18 216.82.16.18
Sim2016 Sim2249 216.82.16.21 216.82.16.254
Sim2250 Sim2503 216.82.17.1 216.82.17.254
Sim2504 Sim2757 216.82.18.1 216.82.18.254
Sim2758 Sim3011 216.82.19.1 216.82.19.254
Sim3012 Sim3265 216.82.20.1 216.82.20.254
Sim3266 Sim3411 216.82.21.1 216.82.21.146
Sim3413 Sim3519 216.82.21.148 216.82.21.254
Sim3520 Sim3773 216.82.22.1 216.82.22.254
Sim3774 Sim3843 216.82.23.1 216.82.23.81
Sim3844 Sim4096 63.210.156.2 63.210.156.254
Sim4097 Sim4350 63.210.157.1 63.210.157.254
Sim4351 Sim4604 63.210.158.1 63.210.158.254
Sim4605 Sim4846 63.210.159.1 63.210.159.242
Sim4847 Sim5000 216.82.27.58 216.82.27.211
Sim5001 Sim5253 8.2.32.2 8.2.32.254
Sim5254 Sim5444 8.2.33.1 8.2.33.191
Sim5447 Sim5483 8.2.34.3 8.2.34.39
Sim5486 Sim5524 8.2.34.42 8.2.34.80
Sim5526 Sim5698 8.2.34.82 8.2.34.254
Sim5699 Sim5941 8.2.35.1 8.2.35.243
Sim5943 Sim5964 8.2.33.233 8.2.33.254
Sim7001 Sim7252 8.10.144.3 8.10.144.254
Sim7253 Sim7366 8.10.146.1 8.10.146.254
Sim7508 Sim7572 8.10.147.1 8.10.147.65
Sim7614 Sim7654 8.10.147.107 8.10.147.147
Sim7696 Sim7761 8.10.147.189 8.10.147.254
Sim7762 Sim7941 8.10.148.1 8.10.148.180

List Voodoo Magic Memory Usage Results in List Modification Functions:
All results used a list containing 100 null strings.
The results were gathered similar to the following snippet:
default
{
    state_entry()
    {
        list lList = ["", "", "", "", ""];
        integer iBMem = 0;
        integer iAMem = 0;
        iBMem = llGetFreeMemory();
        lList = llDeleteSubList((lList=[]) + lList, 0, 0);
        iAMem = llGetFreeMemory();
        llOwnerSay("With voodoo: " + (string)(iBMem - iAMem));
    }
}

(Man) is the results I got from getting the information manually, using a similiar script to the snippet above. (Auto) is the results I received from an automated data collection script, the base of it is exactly like the snippet above.
Function Parameters Memory Usage (Man) Memory Usage using Voodoo (Man) Memory Usage (Auto) Memory Usage using Voodoo (Auto)
llDeleteSubList (0, -1) 11 11 11 11
llDeleteSubList (0, 0) 1199 11 1191 11
llDeleteSubList (0, 24) 911 11 903 11
llDeleteSubList (0, 49) 611 11 603 11
llDeleteSubList (0, 74) 311 11 303 11
llList2List (0, -1) 1211 11 1203 11
llList2List (0, 0) 23 11 15 11
llList2List (0, 24) 311 11 303 11
llList2List (0, 49) 611 11 603 11
llList2List (0, 74) 911 11 903 11
llList2ListStrided (0, -1, 1) 1211 11 1203 11
llList2ListStrided (0, 0, 1) 23 11 15 11
llList2ListStrided (0, 24, 1) 311 11 303 11
llList2ListStrided (0, 49, 1) 611 11 603 11
llList2ListStrided (0, 74, 1) 911 11 903 11
llListInsertList ([""], 0) 1223 34 1215 26
llListRandomize (1) 1211 11 1203 11
llListReplaceList ([""], 0, -1) 23 34 15 26
llListReplaceList ([""], 0, 0) 1211 34 1203 26
llListReplaceList ([""], 0, 24) 923 34 915 26
llListReplaceList ([""], 0, 49) 623 34 615 26
llListReplaceList ([""], 0, 74) 323 34 315 26
llListSort (1, 0) 1211 11 1203 11
llListSort (1, 1) 1211 11 1203 11
There is no comment on this page. [Display comments/form]