On Wed, 2006-03-22 at 16:30 +0100, David Kuehling wrote: > >>>>> "Christian" == Christian Grothoff <[EMAIL PROTECTED]> writes: > > > This is again a bugfix release. > [..] > > Nice to see that there is so much progress. Running GNUnet on a > completely underpowered machine, I'm always happy about performance > improvements :) > > BTW did you know that libextractor is uncompilable on a machine with > gcc-3.3 and 160 Mb RAM (triggers the OOM killer). This is caused by the > 11Mb norwegian dictionary of the printable extractor module. The other > dictonaries are much smaller (<3Mb) and don't pose any problems.
>From http://gnunet.org/libextractor/documentation.php?xlang=English : If the need for 200 MB of memory to compile libextractor seems mysterious, the answer lies in these plugins. In order to be able to perform a fast dictionary search, a bloomfilter is created that allows fast probabilistic matching; gcc finds the resulting datastructure a bit hard to swallow. The option -B is useful for formats that are undocumented, currently unsupported or for full-text search. Note that the printable plugins typically print the entire text of the document in order. Best regards, -- Marcos Marado <[EMAIL PROTECTED]> Sonaecom ISP $ perl ''=~('(?{'.('^)@@*@'^'.[).^`').'"'.('`@@[EMAIL PROTECTED]//[*;)@`//)@|'^'-).[`<@@(^^[`.@@[)^').',$/})') ^Z _______________________________________________ Help-gnunet mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnunet
