Skip to content

Commit a77d840

Browse files
committed
saving
1 parent 4d54d5c commit a77d840

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ performance, and a small memory usage.
1818
## Usage
1919

2020

21-
See our [API documentation](docs/index.html).
22-
2321
The filters Xor8 and Fuse8 use slightly over a byte of memory per entry, with a false positive rate of about 0.39%.
2422
The filters Xor16 and Fuse16 use slightly over two bytes of memory per entry, with a false positive rate of about 0.0015%. For large sets, Fuse8 and Fuse16 filters use slightly more memory and they can be built
2523
faster.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
dependencies = ["cffi", "xxhash"]
1313
readme = "README.md"
14-
license = "Apache-2.0"
14+
license = {file = "LICENSE"}
1515
requires-python = ">=3.0"
1616

1717
[project.urls]

0 commit comments

Comments
 (0)