Skip to content

azeevg/collections-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This benchmark serves to illustrate that, as a general rule, initializing an ArrayList is faster than initializing a LinkedList. Additionally, it is usually quicker to initialize a collection by passing a source collection as a constructor parameter than by iterating over the source collection using an Iterator.

About

Checks which collection is faster to create

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors