refactor: some small stuff
This commit is contained in:
parent
f9a5fc14e5
commit
2d89c5e80f
3 changed files with 10 additions and 8 deletions
|
|
@ -4,6 +4,8 @@
|
|||
#define ALPHABET_SIZE 256
|
||||
#define DELIMITER '\0'
|
||||
#define MAX(x, y) (((x) > (y)) ? (x) : (y))
|
||||
|
||||
// Should not be higher than 254 or stuff will break
|
||||
#define TRIE_MAX_SKIP_SIZE 8
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue