Skip to content

Commit

Permalink
Implement off-heap LongSet for txstate
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Koval committed Jul 31, 2018
1 parent ec9d023 commit c659b53
Show file tree
Hide file tree
Showing 22 changed files with 2,004 additions and 51 deletions.
5 changes: 5 additions & 0 deletions community/collections/pom.xml
Expand Up @@ -71,6 +71,11 @@ the relevant Commercial Agreement.
<artifactId>neo4j-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-unsafe</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
Expand Down

0 comments on commit c659b53

Please sign in to comment.