|
|
|
|
|
by TomatoCo
156 days ago
|
|
I'd assume that's just an optimization? Why bother sorting the entire list if you're just gonna pick the top token, linear time versus whatever your sort time is. Having said that, of course it's only as deterministic as the hardware itself is. |
|