|
|
|
|
|
by cpeterso
20 days ago
|
|
There was a golang proposal to change Go's default int type to arbitrary precision big int. It would avoid overflow bugs, but the proposal was closed (after eight years) due to concerns about compatibility reading serialized data and performance. https://github.com/golang/go/issues/19623 |
|
But I'm not sure it makes sense in a language like Go where they actually care about performance.