Skip to content

Commit a5520ba

Browse files
committed
New disk-backed datastructure.
1 parent 2859233 commit a5520ba

5 files changed

Lines changed: 2065 additions & 5 deletions

File tree

nodes/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@
109109
<artifactId>kit</artifactId>
110110
<version>0.0.1-SNAPSHOT</version>
111111
</dependency> -->
112+
<dependency>
113+
<groupId>org.mapdb</groupId>
114+
<artifactId>mapdb</artifactId>
115+
<version>3.0.1</version>
116+
</dependency>
117+
<dependency>
118+
<groupId>com.google.code.externalsortinginjava</groupId>
119+
<artifactId>externalsortinginjava</artifactId>
120+
<version>0.1.10-SNAPSHOT</version>
121+
</dependency>
112122
</dependencies>
113123

114124
<repositories>

0 commit comments

Comments
 (0)