From 61a632e06acf45a05c047afc7bad755864c8483f Mon Sep 17 00:00:00 2001 From: Li Shuangquan Date: Fri, 15 Sep 2023 15:44:58 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e641947..d967b27 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ template , permutation_generator>::type> class maglev_hasher; ``` -NodeType: A node is a candidate, which must have an unique id, and the id must +NodeType: A node is a candidate, which must have an unique id, and the id must be hashable. If the node has a weight, then the weight must be a **non-negative** number. Here is a `maglev::weighted_node_wrapper` which can support weight for a node.