File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11An Adaptive Radix Tree Implementation in Go
22====
33
4- [ ![ Build Status ] ( https://travis-ci.org/plar/go-adaptive-radix-tree.svg?branch=master )] ( https://travis-ci.org/plar/go-adaptive-radix-tree ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/plar/go-adaptive-radix-tree/badge.svg?branch=master&v=1 )] ( https://coveralls.io/github/plar/go-adaptive-radix-tree?branch=master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/plar/go-adaptive-radix-tree )] ( https://goreportcard.com/report/github.com/plar/go-adaptive-radix-tree ) [ ![ GoDoc] ( https://godoc.org/github.com/plar/go-adaptive-radix-tree?status.svg )] ( http://godoc.org/github.com/plar/go-adaptive-radix-tree )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/plar/go-adaptive-radix-tree/badge.svg?branch=master&v=1 )] ( https://coveralls.io/github/plar/go-adaptive-radix-tree?branch=master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/plar/go-adaptive-radix-tree )] ( https://goreportcard.com/report/github.com/plar/go-adaptive-radix-tree ) [ ![ GoDoc] ( https://godoc.org/github.com/plar/go-adaptive-radix-tree?status.svg )] ( http://godoc.org/github.com/plar/go-adaptive-radix-tree )
55
66This library provides a Go implementation of the Adaptive Radix Tree (ART).
77
@@ -84,7 +84,7 @@ Benchmarks were performed on datasets extracted from different projects:
8484To see more benchmarks just run
8585
8686```
87- $ make benchmark
87+ $ ./ make qa/benchmarks
8888```
8989
9090# References
You can’t perform that action at this time.
0 commit comments