Java collections faster than c++ containers?
This sort of statement is ridiculous; people making it are either incredibly uninformed, or incredibly dishonest. In particular: The speed of dynamic memory allocation in the two cases will depend on the pattern of dynamic memory use, as well as the implementation. It is trivial for someone familiar with the algorithms used in both cases … Read more