▲ | skavi 5 days ago | |
Why are the checks included in ReleaseSmall? | ||
▲ | habedi0 5 days ago | parent [-] | |
I created this library to help me verify the correctness of my Zig code in another project. However, I wanted the option to strip the checks when the code becomes more mature, for efficiency. For efficiency, I mainly care about speed, which is why checks are only compiled out in `ReleaseFast`. |