|
|
|
|
|
by simiones
1452 days ago
|
|
> The cost of binary search goes to negligible pretty fast and cost of moving 8 bytes of memory is always going to be lower than the cost of iterating over one entry (16 bytes) of linked list. And you have statistically equal number of both assuming you are selecting values at random with equal chance for each 64 integer to be next choice. That makes a lot of sense, thank you for the more detailed explanation. |
|