Skip to content

Commit a82acac

Browse files
committed
added comment
1 parent 214fd27 commit a82acac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/keri/db/subing.py

+5
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,15 @@
4343
ordinal number so that the ordering within each key prefix is monotonically
4444
increasing numeric
4545
46+
B64Suber provides separated fields of B64 primitives for values. Useful when don't
47+
need to CESR ser/des the primitives or performance
48+
4649
The term 'set' of values means that no value may appear more than once in the set.
4750
Sets support idempotent adds and puts to db. This means one can add or put the same
4851
(key, val) pair multiple times and not change the db.
4952
53+
54+
5055
DupSuber provides set of lexicographic ordered values at each key. Each value has
5156
a limited size (key + value <= 511 byes). The set is performant. Good for indices.
5257

0 commit comments

Comments
 (0)