[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] Re: [Chicken-hackers] remove symbol extra-slot feature a
From: |
Kon Lovett |
Subject: |
[Chicken-users] Re: [Chicken-hackers] remove symbol extra-slot feature and add general symbol property-lists? |
Date: |
Thu, 27 Sep 2007 12:18:02 -0700 |
On Sep 27, 2007, at 11:55 AM, Andre Kuehne wrote:
felix winkelmann wrote:
Yes or no?
Just out of curiosity: What's the genuine advantage of an extra-
slot and/or property-lists
over using a hash-table? Some things that come to my mind are:
- performance: an extra-slot is faster than a table-lookup, which
on the other hand scales
better than a-lists.
Quibble - a proplist is not an alist: ('a 1 'b 2) vs ('(a 1) '(b 2))
Best whishes
Andre
_______________________________________________
Chicken-hackers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-hackers