Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add link for the VLDB Journal version of the paper to the README
- Presents the self-resizing algorithm
- Has additional evaluation and discussion related to data movement and reduction algorithms
- Introduces a block full array, a global bit vector that tracks whether each block's FSA has at least one free slot
  • Loading branch information
abreslow authored Aug 13, 2019
1 parent 8fb5acb commit 235531f
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
Expand Up @@ -41,7 +41,7 @@ that ***this code has not been hardened for industrial use but is an
academic-style prototype***.

A forthcoming extended version that describes additional features like the filter self-resizing
operation (released here) has been accepted to the VLDB Journal in a special issue with the best papers from VLDB'18. A
operation (released here in this repository) has been accepted to the VLDB Journal in a special issue with the best papers from VLDB'18. An official preprint is available from Springer's website (https://link.springer.com/article/10.1007/s00778-019-00561-0). A
subsequent paper that extends self-resizing to cuckoo filters will also shortly be submitted for peer review.

Using the Code
Expand Down

0 comments on commit 235531f

Please sign in to comment.