Quick Speed Fact

Troll-Brain

You can change this now in User CP.
Reaction score
85
JASS:
globals
    integer array AA
    integer IA=0
    integer array AB
    integer IB=0
    integer IC=1
endglobals
function F1 takes nothing returns nothing
    set IA=IA+1
    set AA[IA]=IC
endfunction
function F2 takes nothing returns nothing
    set IB=IB+1
    set AB[IC]=IB
endfunction


It probably doesn't matter at all and should get the same result though.

@kingkingyyk3 : use more instances of the loop, and try to change the order of the tests.
 

Nestharus

o-o
Reaction score
84
From my experience, 2 arrays reads are virtually the same speed as one array read; however 2 hashtable reads are half speed as you'd expect.


Any theories?
 

kingkingyyk3

Visitor (Welcome to the Jungle, Baby!)
Reaction score
216
TimerUtils Blue Testing
90243388.jpg


JASS:
//StopWatchCreate
//StopWatchMark
//StopWatchDestroy
library Tests initializer init

globals
    private timer T = CreateTimer()
    private real T0 = 0
    private real T1 = 0
endglobals

private function Actions takes nothing returns nothing
    local integer i = 0
    local real t1
    local real t0
    local integer sw = StopWatchCreate()
    
    set t0 = StopWatchMark(sw)
    loop
    exitwhen i>=1000
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        call OldSetTimerData(T,i)
        set i = i + 1
    endloop
    set t1 = StopWatchMark(sw)
    set T0 = 100000 * (t1-t0)
    
    call TriggerSleepAction(.0)
    
    set i = 0
    set t0 = StopWatchMark(sw)
    loop
    exitwhen i>=1000
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        call NewSetTimerData(T,i)
        set i = i + 1
    endloop
    set t1 = StopWatchMark(sw)
    set T1 = 100000 * (t1-t0)
    
    call StopWatchDestroy(sw)
    call BJDebugMsg("Old TimerUtils speed : " + R2S(T0) + "  | New TimerUtils speed : " + R2S(T1))
endfunction

private function init takes nothing returns nothing
    local trigger trig = CreateTrigger()
    call TriggerRegisterPlayerChatEvent(trig,Player(0),"set",true)
    call TriggerAddAction(trig,function Actions)
endfunction

endlibrary
 
General chit-chat
Help Users
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top