6 ms·
Ah, we need to clarify the language! The B-field will always return the correct value for an inserted key. False positives are only returned for keys that have
by boyd 2y ago
Ah, we need to clarify the language! The B-field will always return the correct value for an inserted key.
False positives are only returned for keys that have not been inserted. This is akin to a Bloom filter falsely returning that a key is in the set).
- dpc_01234 2y agoI second that "The B-field will always return the correct or Indeterminate value for an inserted key." before listing classes of errors would clarify it by a lot.