|
|
|
|
|
by jessedhillon
3730 days ago
|
|
> An int is either 4 or 8 bits This perfectly summarizes the bitwise-innumeracy of the argument against UUIDs. Even without 128 bit word sizes, most UUIDs are going to be non-matches in their lower bits, assuming a random distribution. There's no computational efficiency gained in the vastly wide critical path here. |
|
But you can't assume a random distribution because anyone using UUID's for database keys isn't using random UUID's, they're using sequential ones.