/[LeafOK_CVS]/lbbs/include/trie_dict.h
ViewVC logotype

Diff of /lbbs/include/trie_dict.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.8 by sysadm, Tue Nov 4 14:58:55 2025 UTC Revision 1.9 by sysadm, Wed Nov 5 03:17:12 2025 UTC
# Line 11  Line 11 
11    
12  #include <stdint.h>  #include <stdint.h>
13    
14  #define TRIE_CHILDREN 256  enum trie_dict_constant_t
15  #define TRIE_MAX_KEY_LEN 1023  {
16  #define TRIE_NODE_PER_POOL 5000          TRIE_CHILDREN = 256,
17            TRIE_MAX_KEY_LEN = 1023,
18            TRIE_NODE_PER_POOL = 5000,
19    };
20    
21  struct trie_node_t  struct trie_node_t
22  {  {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1