File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ they include
163163 - github.com/philhofer/fwd
164164 - github.com/jtolds/gls
165165
166- Note that the smat library requires Go 1.6 or better.
166+ Note that the smat library requires Go 1.15 or better.
167167
168168#### Installation
169169
@@ -361,7 +361,7 @@ https://coveralls.io/github/RoaringBitmap/roaring?branch=master
361361Type
362362
363363 go test -bench Benchmark -run -
364-
364+
365365To run benchmarks on [ Real Roaring Datasets] ( https://github.com/RoaringBitmap/real-roaring-datasets )
366366run the following:
367367
@@ -374,9 +374,8 @@ BENCH_REAL_DATA=1 go test -bench BenchmarkRealData -run -
374374
375375You can use roaring with gore:
376376
377- - go get -u github.com/motemen/gore
377+ - go install github.com/x- motemen/gore/cmd/gore@latest
378378- Make sure that `` $GOPATH/bin `` is in your `` $PATH `` .
379- - go get github.com/RoaringBitmap/roaring
380379
381380``` go
382381$ gore
You can’t perform that action at this time.
0 commit comments