Re: [Opensim-users] LSL could support nested lists

2019-02-28 Thread Serendipity Seraph
In my Lisp hacking a good rule of thumb is that if a property list or assoc list (basically lists of pairs) has 20-50 (depending on implementation) or less items then don't escalate to a hash table. On Wed, Feb 27, 2019 at 2:05 AM Ethan Gardener wrote: > On Tue, Feb 26, 2019, at 10:16 PM,

Re: [Opensim-users] LSL could support nested lists

2019-02-27 Thread Haravikk
> On 27 Feb 2019, at 09:05, Ethan Gardener wrote: > > On Tue, Feb 26, 2019, at 10:16 PM, Haravikk wrote: >> [...] I mean seriously, no proper array but instead we >> get a linked-list that is fully copied on even minor modifications, > > I remembered this just as I was falling asleep after

[Opensim-users] LSL could support nested lists

2019-02-27 Thread Ethan Gardener
On Tue, Feb 26, 2019, at 10:16 PM, Haravikk wrote: > [...] I mean seriously, no proper array but instead we > get a linked-list that is fully copied on even minor modifications, I remembered this just as I was falling asleep after my last big email. Basically, LSL has two ways of preventing