diff options
| author | 2026-03-16 10:03:14 +0800 | |
|---|---|---|
| committer | 2026-03-16 10:03:14 +0800 | |
| commit | 7edb42020c53e989404a9d8b42725175848a21a8 (patch) | |
| tree | 63bca6255feaee0495ae3558c71ed9a0ca11454e | |
| parent | objectstore: Clarify docs (diff) | |
| signature | No signature | |
uresearch: xor filters
| -rw-r--r-- | research/packfile_bloom.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/research/packfile_bloom.txt b/research/packfile_bloom.txt index a2c2bcae..6f7dccf2 100644 --- a/research/packfile_bloom.txt +++ b/research/packfile_bloom.txt @@ -138,3 +138,5 @@ TODOs * What are the sizes? * What are the false positive rates? * How are benchmarks? + +* Switch to XOR filters since those are immutable sets anyway. |
