org.mapdb / DBMaker / heapDB

heapDB

fun heapDB(): Maker

Creates new in-memory database which stores all data on heap without serialization. This mode should be very fast, but data will affect Garbage Collector the same way as traditional Java Collections.