Efficiency of arrays in LISP
- From: "robinganemccalla@xxxxxxxxx" <robinganemccalla@xxxxxxxxx>
- Date: 29 Oct 2006 19:22:52 -0800
I have a list of data that I'm going to need to remove elements from,
and select elements from randomly. I am wondering the array functions
in common lisp would be more effective (in terms of execution time)
then using remove to remove and creating a loop that takes the car if
iterations has reached the random number, and recursively calls itself
on the cdr with a greater value of iterations otherwise. Coding
complexity is not an issue.
Thanks in advance.
.
- Follow-Ups:
- Re: Efficiency of arrays in LISP
- From: Jens Axel Søgaard
- Re: Efficiency of arrays in LISP
- From: JohnFredCee
- Re: Efficiency of arrays in LISP
- From: Pascal Bourguignon
- Re: Efficiency of arrays in LISP
- From: Rob Warnock
- Re: Efficiency of arrays in LISP
- From: Barry Margolin
- Re: Efficiency of arrays in LISP
- From: Raffael Cavallaro
- Re: Efficiency of arrays in LISP
- Prev by Date: Re: Using "internal" macros of a CL implementation
- Next by Date: Re: Efficiency of arrays in LISP
- Previous by thread: Re: Using (CASE ...) with strings?
- Next by thread: Re: Efficiency of arrays in LISP
- Index(es):
Relevant Pages
|