|
|
|
|
|
by pclmulqdq
1326 days ago
|
|
For most practical purposes, an int64 index can include a universe of negative return codes with no loss of functionality. The problems here are about using integers that are too narrow and not properly doing arithmetic to prevent overflow from impacting the result. |
|
Isn't this article a counterexample to that? Where using signed instead of unsigned actually does result in a loss of functionality?