LINUX.ORG.RU

История изменений

Исправление LightDiver, (текущая версия) :

[04:48]Прошло: 0.0019999998621643
[04:50]Прошло: 0.0019999998621643
[04:51]Прошло: 0.00099999969825149
[04:52]Прошло: 0.00099999969825149
[04:53]Прошло: 0.003000000026077
[04:56]Прошло: 0.0020000003278255
function test222(n1, n2)
    local temp
    local time1 = GetTime()
    for i = 1, n1 do
        local temp = ns_chat_log_line_q_p["лог_чат"][10]
    end
    print("Прошло: " .. GetTime()-time1)
end

10000 проходов несколько раз.

lua5.1 wow 3.3.5. Тут своя модификация.

Исправление LightDiver, :

[04:48]Прошло: 0.0019999998621643
[04:50]Прошло: 0.0019999998621643
[04:51]Прошло: 0.00099999969825149
[04:52]Прошло: 0.00099999969825149
[04:53]Прошло: 0.003000000026077
[04:56]Прошло: 0.0020000003278255
function test222(n1, n2)
    local temp
    local time1 = GetTime()
    for i = 1, n1 do
        local temp = ns_chat_log_line_q_p["лог_чат"][10]
    end
    print("Прошло: " .. GetTime()-time1)
end

10000 проходов несколько раз.

Исходная версия LightDiver, :

[04:48]Прошло: 0.0019999998621643
[04:50]Прошло: 0.0019999998621643
[04:51]Прошло: 0.00099999969825149
[04:52]Прошло: 0.00099999969825149
[04:53]Прошло: 0.003000000026077
[04:56]Прошло: 0.0020000003278255
function test222(n1, n2)
    local temp
    local time1 = GetTime()
    for i = 1, n1 do
        local temp = ns_chat_log_line_q_p["лог_чат"][10]
    end
    print("Прошло: " .. GetTime()-time1)
end