ArrayList vs Vector
I’ve done some more work on the ArrayList vs Vector performance issue. The post below originally stated that Vector would/could outperform ArrayList even though it is synchronized while ArrayList is not. Well, in digging deeper into the issue, I”ve determined that there is a problem with the benchmarking framework being used. I ran a very [...]