From 2df66c7b2fdcbc067f6b18c24d071fb26794fba0 Mon Sep 17 00:00:00 2001 From: ahr Date: Fri, 29 Dec 2017 08:20:52 +0100 Subject: [PATCH] update primitiveCollections This fixes a performance issue where the IntLists were not sorted and therefore slow union/intersection algorithms were chosen. --- data-store/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-store/build.gradle b/data-store/build.gradle index eb21266..c4d261f 100644 --- a/data-store/build.gradle +++ b/data-store/build.gradle @@ -6,7 +6,7 @@ dependencies { compile project(':pdb-utils') antlr "org.antlr:antlr4:4.7" - compile 'org.lucares:primitiveCollections:0.1.20171216143737' + compile 'org.lucares:primitiveCollections:0.1.20171228131833' compile 'org.apache.commons:commons-lang3:3.6' compile 'org.apache.logging.log4j:log4j-core:2.9.1'