Memory-efficient sparse array in Java May 17, 2023 by Tarik I would try with trove collections, there is TIntObjectMap which can work for your intents.