|
|
|
|
|
by layoutIfNeeded
2063 days ago
|
|
Hm. So you're saying that indexing into a hash map can be faster than indexing into an array? How would this be possible? I mean, under the hood a hash map is going to an array too, which is being indexed based on the hash value... |
|