Skip to content

Commit b0ca9b6

Browse files
committed
Adding a comment.
1 parent 4377d97 commit b0ca9b6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/xorfilter/3wise_xor_binary_fuse_filter_lowmem.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#ifndef THREEWISE_XOR_BINARY_FUSE_FILTER_XOR_FILTER_LOWMEM_H_
22
#define THREEWISE_XOR_BINARY_FUSE_FILTER_XOR_FILTER_LOWMEM_H_
33
#include "xor_binary_fuse_filter.h"
4+
5+
/**
6+
* As of July 2021, the lowmem versions of the binary fuse filters are
7+
* the recommended defaults.
8+
*/
49
namespace xorbinaryfusefilter_lowmem {
510
// status returned by a xor filter operation
611
enum Status {

src/xorfilter/4wise_xor_binary_fuse_filter_lowmem.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef FOURWISE_XOR_BINARY_FUSE_FILTER_XOR_FILTER_LOWMEM_H_
22
#define FOURWISE_XOR_BINARY_FUSE_FILTER_XOR_FILTER_LOWMEM_H_
33
#include "xor_binary_fuse_filter.h"
4+
/**
5+
* As of July 2021, the lowmem versions of the binary fuse filters are
6+
* the recommended defaults.
7+
*/
48
namespace xorbinaryfusefilter_lowmem4wise {
59
// status returned by a xor filter operation
610
enum Status {

0 commit comments

Comments
 (0)