Home
last modified time | relevance | path

Searched refs:dense (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/tests/unit/
H A Dhyperloglog.tcl42 test {HyperLogLogs are promote from sparse to dense} {
57 assert {[r pfdebug encoding hll] eq {dense}}
76 assert {[r pfdebug encoding hll2] eq {dense}}
109 test {Corrupted dense HyperLogLogs are detected: Wrong length} {
/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c585 sds sparse = o->ptr, dense; in hllSparseToDense() local
597 dense = sdsnewlen(NULL,HLL_DENSE_SIZE); in hllSparseToDense()
598 hdr = (struct hllhdr*) dense; in hllSparseToDense()
629 sdsfree(dense); in hllSparseToDense()
635 o->ptr = dense; in hllSparseToDense()
/f-stack/tools/libxo/doc/
H A Dfaq.rst114 roles, modifiers, names, and formats. They are dense and a bit
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES285 HyperLogLog: dense/sparse repr parsing fuzz test.