[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MCL size limitations (was "Can I access 256MBytes of memory?")



One of my major applications, involving natural language processing, uses
a lexicon in which words are lisp symbols; it is easy to get thousands
of symbols defined this way ... as I read your message about vector size,
I could get into trouble if reducing the maximum vector size will cause

substantial performance degradation when there are a lot of symbols.