Comment on Arrays, What's the point? - Stack OverflowparentComments−tgdavies17yBut if you turned all your ArrayLists into LinkedLists, what would happen to the performance of your programs?−patio1117yThe 1 millisecond of application logic between the 150 millisecond roundtrip to the database and 800 millisecond network latency would be 3 milliseconds?
Comments
But if you turned all your ArrayLists into LinkedLists, what would happen to the performance of your programs?
The 1 millisecond of application logic between the 150 millisecond roundtrip to the database and 800 millisecond network latency would be 3 milliseconds?