Skip to content

Instantly share code, notes, and snippets.

View 1Axen's full-sized avatar

Axen 1Axen

View GitHub Profile
@ArvidSilverlock
ArvidSilverlock / calculateGroups.luau
Last active March 6, 2024 08:56
Buffer Bitpacking
local function calculateGroups(format)
local groups = {}
local currentIndex = 1
local excess = 0
repeat
local groupStart = currentIndex
local groupWidth = excess