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
163
163
- github.com/philhofer/fwd
164
164
- github.com/jtolds/gls
165
165
166
- Note that the smat library requires Go 1.6 or better.
166
+ Note that the smat library requires Go 1.15 or better.
167
167
168
168
#### Installation
169
169
@@ -361,7 +361,7 @@ https://coveralls.io/github/RoaringBitmap/roaring?branch=master
361
361
Type
362
362
363
363
go test -bench Benchmark -run -
364
-
364
+
365
365
To run benchmarks on [ Real Roaring Datasets] ( https://github.com/RoaringBitmap/real-roaring-datasets )
366
366
run the following:
367
367
@@ -374,9 +374,8 @@ BENCH_REAL_DATA=1 go test -bench BenchmarkRealData -run -
374
374
375
375
You can use roaring with gore:
376
376
377
- - go get -u github.com/motemen/gore
377
+ - go install github.com/x- motemen/gore/cmd/gore@latest
378
378
- Make sure that `` $GOPATH/bin `` is in your `` $PATH `` .
379
- - go get github.com/RoaringBitmap/roaring
380
379
381
380
``` go
382
381
$ gore
You can’t perform that action at this time.
0 commit comments