Add 64 row entry support for lazy

This commit is contained in:
senhuang42
2021-08-04 16:19:12 -04:00
parent 31820e032c
commit e411040ea1
4 changed files with 507 additions and 188 deletions
+6 -4
View File
@@ -35,21 +35,23 @@ LEVEL(1)
LEVEL(3)
LEVEL(4)
/* ROW_LEVEL triggers the row hash (force enabled and disabled) with different
* dictionary strategies, and 16/32 row entries based on the level/searchLog.
* dictionary strategies, and 16/32/64 row entries based on the level/searchLog.
* 1 == disabled, 2 == enabled.
*/
ROW_LEVEL(5, 1)
ROW_LEVEL(5, 2)
ROW_LEVEL(5, 2) /* 16-entry rows */
LEVEL(5)
LEVEL(6)
ROW_LEVEL(7, 1)
ROW_LEVEL(7, 2)
ROW_LEVEL(7, 2) /* 16-entry rows */
LEVEL(7)
LEVEL(9)
ROW_LEVEL(11, 1)
ROW_LEVEL(11, 2) /* 32-entry rows */
ROW_LEVEL(12, 1)
ROW_LEVEL(12, 2)
ROW_LEVEL(12, 2) /* 64-entry rows */
LEVEL(13)
LEVEL(16)