chunk/params: minimal documentation for members
This commit is contained in:
parent
69447ce54b
commit
3367faf2b8
@ -12,8 +12,11 @@
|
|||||||
|
|
||||||
namespace emory::chunk {
|
namespace emory::chunk {
|
||||||
struct params {
|
struct params {
|
||||||
|
/// The number of hash bits that must be zero to trigger detection.
|
||||||
std::size_t bits;
|
std::size_t bits;
|
||||||
|
/// The number of bytes history the hash uses.
|
||||||
std::size_t window;
|
std::size_t window;
|
||||||
|
/// The minimum number of bytes for a matching region.
|
||||||
std::ptrdiff_t minimum;
|
std::ptrdiff_t minimum;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user