Skip to content

Commit a47b6c3

Browse files
committed
Deploy [ci skip]: 656eeb7
1 parent 656eeb7 commit a47b6c3

File tree

8 files changed

+1311
-17
lines changed

8 files changed

+1311
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,23 @@ $ redis-cli
9494

9595
## Performance
9696

97-
Tested using CRoaring's `census1881` dataset on the travis build [337762446](https://travis-ci.org/aviggiano/redis-roaring/builds/337762446):
97+
Tested using CRoaring's `census1881` dataset on the travis build [427188414](https://travis-ci.org/aviggiano/redis-roaring/builds/427188414):
9898

9999
| OP | TIME/OP (us) | ST.DEV. (us) |
100100
| ------------ | ------------ | ------------ |
101-
| R.SETBIT | 28.21 | 27.82 |
102-
| SETBIT | 27.02 | 20.99 |
103-
| R.GETBIT | 26.57 | 11.42 |
104-
| GETBIT | 25.93 | 9.84 |
105-
| R.BITCOUNT | 26.96 | 0.03 |
106-
| BITCOUNT | 185.15 | 1.05 |
107-
| R.BITPOS | 27.16 | 0.07 |
108-
| BITPOS | 61.31 | 2.47 |
109-
| R.BITOP NOT | 101.53 | 1.75 |
110-
| BITOP NOT | 294.59 | 4.60 |
111-
| R.BITOP AND | 39.76 | 0.37 |
112-
| BITOP AND | 723.38 | 13.28 |
113-
| R.BITOP OR | 49.18 | 1.15 |
114-
| BITOP OR | 401.55 | 6.99 |
115-
| R.BITOP XOR | 57.31 | 1.45 |
116-
| BITOP XOR | 525.76 | 9.14 |
101+
| R.SETBIT | 39.29 | 15.57 |
102+
| SETBIT | 37.39 | 15.61 |
103+
| R.GETBIT | 42.58 | 26.27 |
104+
| GETBIT | 36.15 | 14.90 |
105+
| R.BITCOUNT | 35.11 | 0.05 |
106+
| BITCOUNT | 178.65 | 0.92 |
107+
| R.BITPOS | 35.72 | 0.07 |
108+
| BITPOS | 57.87 | 0.63 |
109+
| R.BITOP NOT | 139.24 | 3.14 |
110+
| BITOP NOT | 309.45 | 4.99 |
111+
| R.BITOP AND | 48.52 | 0.36 |
112+
| BITOP AND | 401.27 | 7.15 |
113+
| R.BITOP OR | 71.15 | 2.32 |
114+
| BITOP OR | 397.03 | 6.99 |
115+
| R.BITOP XOR | 69.26 | 2.58 |
116+
| BITOP XOR | 385.89 | 6.73 |

dist/redis-benchmark

1.4 MB
Binary file not shown.

dist/redis-check-aof

22.8 KB
Binary file not shown.

dist/redis-check-rdb

3.9 MB
Binary file not shown.

dist/redis-cli

1.51 MB
Binary file not shown.

dist/redis-sentinel

3.9 MB
Binary file not shown.

dist/redis-server

3.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)