/mapDB-example

Sample implementation of MapDB with high efficient Kyro Serializer

Primary LanguageJavaMIT LicenseMIT

mapDB-example

Sample implementation of MapDB with high efficient Kyro Serializer

This project contains simple usage of Lists from MapDB and custom serializer. Kryo is one of the powerful serializer and here you will see the file size for Kryo backed MapDB file is almost 50% smaller than standard serializer.

Setup:

run 'gradle wrapper' to pull gradle-wrapper jar.

run './gradlew run' to run the Java Main method.