Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jan 4, 2023
1 parent 55f65d9 commit fdf9768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Header-only Xor and Binary Fuse Filter library
[![Build Status](https://travis-ci.org/FastFilter/xor_singleheader.svg?branch=master)](https://travis-ci.org/FastFilter/xor_singleheader)
[![Ubuntu 22.04 CI (GCC 11)](https://github.com/FastFilter/xor_singleheader/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/FastFilter/xor_singleheader/actions/workflows/ubuntu.yml)

Bloom filters are used to quickly check whether an element is part of a set.
Xor filters and binary fuse filters are faster and more concise alternative to Bloom filters.
Expand Down

0 comments on commit fdf9768

Please sign in to comment.