From 35702ebb4997f5f1aec25ba1c9ba257f352ea493 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 14 Apr 2023 18:02:02 +0200 Subject: pqueue lib and fixes this makes everything dramatically faster --- inc/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/tree.h') diff --git a/inc/tree.h b/inc/tree.h index a3be29c..8addf7e 100644 --- a/inc/tree.h +++ b/inc/tree.h @@ -18,6 +18,7 @@ struct tree { uint32_t hash; int state; // zero or index to ref int size; // blc length + int duplication_count; // needed count to be considered for deduplication union { struct { struct tree *term; -- cgit v1.2.3