0
I’m having a performance issue with my application and I’m thinking it might be the various .get()
that I give, this way I’m considering transforming these hashmaps for arrays and use the indexOf()
to do the searches, you think there is gain in performance using indexOf()
instead of .get()
?
Complementing: I think it’s worth reading the thread Definition of the "Big O" notation
– Valdeir Psr