|
|
вернуться в форумHow to avoid ML if use Aho-Karasik? Послано BAron 6 авг 2007 19:34 Key-Word-Tree have > 10000 tops(вершин). Every tops have children(all char(256))=> memory>256*10000 of int>8 mb! How???? Please help!!! P.S. Sorry for my bad english Edited by author 11.08.2007 14:13 Re: How to avoid ML if use Aho-Karasik? юзай сжатый бор Re: How to avoid ML if use Aho-Karasik? Послано SPIRiT 23 июн 2008 12:54 Since you have only 10000 vertices, you can use short int for children links, and then you will fit into 8 Mb Re: How to avoid ML if use Aho-Karasik? >>юзай сжатый бор how 'sjatiy bor' can help? Re: How to avoid ML if use Aho-Karasik? Послано svr 2 июл 2009 21:13 I got Ac without sjati bor |
|
|