Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Partitioned Filters
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Schmidt
Partitioned Filters
Commits
cde6c05f
Verified
Commit
cde6c05f
authored
3 years ago
by
Tobias Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
e9903f4e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-1
5 additions, 1 deletion
README.md
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
with
6 additions
and
2 deletions
README.md
+
5
−
1
View file @
cde6c05f
...
...
@@ -42,6 +42,10 @@ The csv includes the following fields:
| bits | float | number of bits per key allocated to the filter |
| size | integer | size of the filter in bytes |
### Plots
```
make plot
```
generates all plots used in the paper. The benchmark data is taken from
`benchmark/paper`
.
### Repository Structure
*
`benchmark`
: code for benchmarking the filter and the definition files with our results on the Skylake-X machine.
...
...
@@ -72,4 +76,4 @@ The csv includes the following fields:
[
3] [Morton Filters: Faster, Space-Efficient Cuckoo Filters via Biasing, Compression, and Decoupled Logical Sparsity
](
https://www.vldb.org/pvldb/vol11/p1041-breslow.pdf
)
[
4] [Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters
](
https://arxiv.org/pdf/1912.08258.pdf
)
\ No newline at end of file
[
4] [Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters
](
https://arxiv.org/pdf/1912.08258.pdf
)
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
1
View file @
cde6c05f
setuptools
==46.4.0
setuptools
Jinja2
==2.11.2
jsonschema
==3.2.0
matplotlib
==3.3.3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment