Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 446 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 446 Bytes

EnumCollections

This project was created to microbenchmark the efficiency of different Set and Map implementations. In particular, HashSet versus EnumSet, and HashMap versus EnumMap

These are very simple benchmarks, and at present only create each collection, and perform a few common operations on them.

Use is made of https://github.com/openjdk/jmh.

This is a synthetic benchmark, and real world performance will inevitably be different.