[Chicken-users] Nested hash-tables, and so on..

2014-02-09 Thread mfv
Hi, I've been fooling around a bit with chicken, and now I am on towards a small project. I have a question regarding the performance of list and hash-tables. I plan to use nested hash tables as a data structure e.g. hash-table1 | key1 |

Re: [Chicken-users] dbus egg crashes when sending message fails

2014-02-09 Thread Shawn Rutledge
On 6 February 2014 14:48, Yaroslav Tsarko eriktsa...@googlemail.com wrote: Hi guys! I have encountered a crash inside dbus library when sending message to receiver that is absent on the bus. Crash happens because dbus_message_iter_init API is called with NULL for its first argument. The

Re: [Chicken-users] Nested hash-tables, and so on..

2014-02-09 Thread .alyn.post.
On Sun, Feb 09, 2014 at 03:29:09PM +0100, mfv wrote: Hi, I've been fooling around a bit with chicken, and now I am on towards a small project. I have a question regarding the performance of list and hash-tables. I plan to use nested hash tables as a data structure e.g. hash-table1

Re: [Chicken-users] Nested hash-tables, and so on..

2014-02-09 Thread Kon Lovett
On Feb 9, 2014, at 11:12 AM, .alyn.post. alyn.p...@lodockikumazvati.org wrote: On Sun, Feb 09, 2014 at 03:29:09PM +0100, mfv wrote: Hi, I've been fooling around a bit with chicken, and now I am on towards a small project. I have a question regarding the performance of list and

Re: [Chicken-users] Nested hash-tables, and so on..

2014-02-09 Thread mfv
Hi folks, thanks for the comments and suggestions. I will go forward with nested hash-tables then and have a look at composite keys. (= Cheers! ___ Chicken-users mailing list Chicken-users@nongnu.org