Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It has been proved that the `ArrayList` is more performant than `LinkedList` in the situation where we have to `add` elements to the list frequentlythis situation. see the pull request for more detail.

...