From 0e5fa57d82a54a1d2ea45c40afc8777c6153bf1f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 29 Dec 2021 16:27:26 +0100 Subject: [PATCH] chg: [probabilistic-data-structure] updated followng JL feedback --- .../probabilistic-data-structure/definition.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/objects/probabilistic-data-structure/definition.json b/objects/probabilistic-data-structure/definition.json index e8af97f..d1b6a39 100644 --- a/objects/probabilistic-data-structure/definition.json +++ b/objects/probabilistic-data-structure/definition.json @@ -40,10 +40,22 @@ "Cuckoo filter", "Quotient filter", "Xor filter", - "Taffy filter" + "Taffy filter", + "HyperLogLog filter", + "Count–min 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 } \ No newline at end of file