|
|
|
|
|
by pwdisswordfish9
1490 days ago
|
|
The only reason fixed-width integer types exist is more or less a hack/optimization for doing fast and space-efficient integral math. Since these are total non-issues for the problem domain where version numbers are involved, there's no reason not to use a bignum instead, if available. Similar test: which is a more appropriate data type for ZIP codes, int or string? |
|