Hash code computation and good cache keys

May 4, 2021

This article is from the series about simple yet powerful ways to fix common performance problems in Scala/Java code. Today we will review problem which can arise if you have complex cache keys.

Read More