Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Nov 25, 2023
1 parent 65b17fa commit 6d95fcd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
import java.util.concurrent.locks.ReentrantReadWriteLock;

/**
* Provide a windowed deduplication mechanism. The implementation is based on the most excellent paper <a
* href="https://www.semanticscholar.org/paper/Aging-Bloom-Filter-with-Two-Active-Buffers-for-Sets-Yoon/23bd25ee2e310a7c90f4092d1783793cb58c9816</a>
* Aging Bloom Filter with Two Active Buffers for Dynamic Sets</href>
*
* @author hal.hildebrand
*/
public class BloomWindow<T> {
Expand Down

0 comments on commit 6d95fcd

Please sign in to comment.