How to enforce Perl create unsigned integer overflows without warnings, e.g. that $a+$b is simply calculated as ($a+$b) modulo 2**64?

前端 未结 0 1186
一个人的身影
一个人的身影 2021-01-18 06:59

In creating hash functions and larger number arithmetics, it is useful to simply care about the least significant bits and not worry about overflows. I\'d need these variabl

相关标签:
回答
  • 消灭零回复
提交回复
热议问题