check what starts faster json, ludb or mapdb

This commit is contained in:
2016-12-17 10:54:54 +01:00
parent d4c694dea3
commit 35054b00b8
2 changed files with 322 additions and 1 deletions

View File

@@ -4,5 +4,6 @@ dependencies {
compile 'org.lucares:ludb:1.0.20161002111352'
//compile 'commons-io:commons-io:2.5'
//compile 'joda-time:joda-time:2.9.6'
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.5'
compile 'org.mapdb:mapdb:3.0.2'
}