Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Nov 27, 2024
1 parent c60be0a commit 2dee908
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,18 @@ The disk format is stable as of 1.0.0.

Future breaking changes will result in a major version bump and a migration path.

## Run unit benchmarks

```bash
cargo bench --features bloom,lz4,miniz
```

## License

All source code is licensed under MIT OR Apache-2.0.

All contributions are to be licensed as MIT OR Apache-2.0.

## Development

### Run benchmarks

```bash
cargo bench --features bloom --features lz4 --features miniz
```

## Footnotes

[1] https://rocksdb.org/blog/2017/05/12/partitioned-index-filter.html
Expand Down

0 comments on commit 2dee908

Please sign in to comment.