for (let i = 0; i < packedIds.length; i += 6) {
        ids.push(unpackId(packedIds.slice(i, i + 6)));
    }