Skip to content

Optimizations #1

@tilkinsc

Description

@tilkinsc

Lua does lookups for each table transverse.

So all your bit.bor and bit.band could turn into, for speed sakes,

local bor = bit.bor
local band = bit.band

This is a lot of calls too. Isn't there some way you can write data chunks for improved performance?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions