Skip to content

Commit 9f9dcdd

Browse files
committed
update readme.md
1 parent 160ab9d commit 9f9dcdd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ Reference to: [MurmurHash2.c](https://github.com/RedisBloom/RedisBloom/blob/mast
1818
Reference to: [BloomFilter.pdf](./docs/BloomFilter.pdf)
1919

2020
### Bits
21+
| method | remark |
22+
|--------|--------|
23+
| inverse | `~` |
24+
| and | `&` |
25+
| or | `|` |
26+
| xor | `^` |
27+
| lShift | `<<` |
28+
| rShift | `>>` |
29+
| rrShift | `>>>` |
2130

2231
## Installation
2332
```bash

0 commit comments

Comments
 (0)