Skip to content

Commit

Permalink
Merge pull request #466 from starius/update-readme
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
lemire authored Jan 10, 2025
2 parents fc14622 + 71e0138 commit 95eeba4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ they include
- github.com/philhofer/fwd
- github.com/jtolds/gls

Note that the smat library requires Go 1.6 or better.
Note that the smat library requires Go 1.15 or better.

#### Installation

Expand Down Expand Up @@ -361,7 +361,7 @@ https://coveralls.io/github/RoaringBitmap/roaring?branch=master
Type

go test -bench Benchmark -run -

To run benchmarks on [Real Roaring Datasets](https://github.com/RoaringBitmap/real-roaring-datasets)
run the following:

Expand All @@ -374,9 +374,8 @@ BENCH_REAL_DATA=1 go test -bench BenchmarkRealData -run -

You can use roaring with gore:

- go get -u github.com/motemen/gore
- go install github.com/x-motemen/gore/cmd/gore@latest
- Make sure that ``$GOPATH/bin`` is in your ``$PATH``.
- go get github.com/RoaringBitmap/roaring

```go
$ gore
Expand Down

0 comments on commit 95eeba4

Please sign in to comment.