[armedbear-devel] (lisp) Stack management efficiency
Ville Voutilainen
ville.voutilainen at gmail.com
Tue Jul 21 13:44:49 UTC 2009
On Tue, Jul 21, 2009 at 3:59 PM, Alessio Stalla<alessiostalla at gmail.com> wrote:
> Conses can only store LispObjects IIRC, and thus an array would need
> to be wrapped... there's java.util.Stack since 1.4.2, that extends
> Vector, that might do?
Vector, and by extension Stack, is synchronized. That's an overhead we
don't want
to pay, as small as it may be.
More information about the armedbear-devel
mailing list