chg: [probabilistic-data-structure] updated followng JL feedback

pull/341/head
Alexandre Dulaunoy 2021-12-29 16:27:26 +01:00
parent 5a4f7efbc8
commit 0e5fa57d82
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 14 additions and 2 deletions

View File

@ -40,10 +40,22 @@
"Cuckoo filter",
"Quotient filter",
"Xor filter",
"Taffy filter"
"Taffy filter",
"HyperLogLog filter",
"Countmin sketch filter"
],
"ui-priority": 10
},
"updatable": {
"description": "Is the probabilistic data structure updatable?",
"disable_correlation": true,
"misp-attribute": "boolean",
"sane_default": [
"False",
"True"
],
"ui-priority": 1
},
"used-capacity": {
"description": "The used capacity (and cardinality) of the set represented in this probabilistic data structure.",
"disable_correlation": true,
@ -66,5 +78,5 @@
"total-capacity"
],
"uuid": "026b939b-d737-4a88-8222-03b3d55df303",
"version": 1
"version": 2
}