aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-16 10:03:14 +0800
committerGravatar Runxi Yu2026-03-16 10:03:14 +0800
commit7edb42020c53e989404a9d8b42725175848a21a8 (patch)
tree63bca6255feaee0495ae3558c71ed9a0ca11454e
parentobjectstore: Clarify docs (diff)
signatureNo signature
uresearch: xor filters
-rw-r--r--research/packfile_bloom.txt2
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.