Flatmap is efficient java in-memory flat-file map implementation for managing large amounts of data within a VM.
The goal of Flatmap to keep a large training corpus in memory.
Using java.util.Map with wrapped Integer, String, Double objects turns out to be exceedingly innefficient.