help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Length of obarray vectors


From: Nordlöw
Subject: Re: Length of obarray vectors
Date: Fri, 6 Nov 2009 02:20:10 -0800 (PST)
User-agent: G2/1.0

On Nov 6, 11:18 am, Nordlöw <per.nord...@gmail.com> wrote:
> What length should I use when I create a vector that will act as an
> obarray?
> My suggestion: The smallest prime larger than the number of symbols
> that should be interned?
> If this is correct why does (length obarray) give such a small number,
> 15
>
> Thanks,
> Nordlöw

It should be 1511, not 15.

Forgot one thing: My guess: Is it a trade-off of performance (big
length) and memory usage (small length)?

Thanks,
Nordlöw


reply via email to

[Prev in Thread] Current Thread [Next in Thread]