Last Version

SnapTree RI 0.1

The reference implementation of SnapTree, a concurrent AVL tree with fast cloning, snapshots, and consistent iteration.

License

License

GroupId

GroupId

edu.stanford.ppl
ArtifactId

ArtifactId

snaptree
Version

Version

0.1
Type

Type

jar
Description

Description

SnapTree RI
The reference implementation of SnapTree, a concurrent AVL tree with fast cloning, snapshots, and consistent iteration.
Project URL

Project URL

https://github.com/nbronson/snaptree
Source Code Management

Source Code Management

http://github.com/nbronson/snaptree/tree/master/

Download snaptree 0.1


<!-- https://jarcasting.com/artifacts/edu.stanford.ppl/snaptree/ -->
<dependency>
    <groupId>edu.stanford.ppl</groupId>
    <artifactId>snaptree</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.ppl/snaptree/
implementation 'edu.stanford.ppl:snaptree:0.1'
// https://jarcasting.com/artifacts/edu.stanford.ppl/snaptree/
implementation ("edu.stanford.ppl:snaptree:0.1")
'edu.stanford.ppl:snaptree:jar:0.1'
<dependency org="edu.stanford.ppl" name="snaptree" rev="0.1">
  <artifact name="snaptree" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.ppl', module='snaptree', version='0.1')
)
libraryDependencies += "edu.stanford.ppl" % "snaptree" % "0.1"
[edu.stanford.ppl/snaptree "0.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.