#Question about @setEvalBranchQuota
1 messages · Page 1 of 1 (latest)
depends what you're doing, there are some examples in the standard library of calculated branch quotas, e.g. https://github.com/ziglang/zig/blob/89cd42ee806cff64a21cd4eef6c87f0f7337f413/lib/std/static_string_map.zig#L77-L80 but even if they're calculated they usually leave some amount of cushion, e.g. https://github.com/ziglang/zig/blob/89cd42ee806cff64a21cd4eef6c87f0f7337f413/lib/std/enums.zig#L35