Parent Directory
|
Revision Log
|
Patch
| Revision 1.5 by sysadm, Sun May 25 08:10:48 2025 UTC | Revision 1.6 by sysadm, Mon Oct 13 05:31:58 2025 UTC | |
|---|---|---|
| # | Line 21 | Line 21 |
| 21 | ||
| 22 | #define TRIE_CHILDREN 256 | #define TRIE_CHILDREN 256 |
| 23 | #define TRIE_MAX_KEY_LEN 1023 | #define TRIE_MAX_KEY_LEN 1023 |
| 24 | #define TRIE_NODE_PER_POOL 2000 | #define TRIE_NODE_PER_POOL 5000 |
| 25 | ||
| 26 | struct trie_node_t | struct trie_node_t |
| 27 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |