Efficiency of checking integer ranges
Swift Forums
Efficiency of checking integer ranges
For a range like "A...B", will the compiler use the most efficient way to test the range? I was thinking of bit-twiddling to check faster, and want to make sure the compiler isn't already doing that.
For a range like "A...B", will the compiler use the most efficient way to test the range? I was thinking of bit-twiddling to check faster, and want to make sure the compiler…
0 comments
No comments yet.