Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 286 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 286 Bytes

jmh-collections

A set of microbenchmarks for collections vs mutable collections using JMH

This is a supplementary material for the article (russian) https://habrahabr.ru/company/inforion/blog/332460/

tl;dr: immutable collections are not that slow, more readable and maintainable.