• A
    Scripting: don't call lua_gc() after Lua script run. · d757d400
    antirez 提交于
    Calling lua_gc() after every script execution is too expensive, and
    apparently does not make the execution smoother: the same peak latency
    was measured before and after the commit.
    
    This change accounts for scripts execution speedup in the order of 10%.
    d757d400
scripting.c 38.8 KB