Re: [Cython] Hash-based vtables

2012-06-30 Thread Dag Sverre Seljebotn
On 06/30/2012 01:01 PM, Dag Sverre Seljebotn wrote: On 06/30/2012 12:57 PM, Dag Sverre Seljebotn wrote: My time is rather limited but I'm slowly trying to get another SEP 200 in place. Something that hit me, when I tried to make up my mind about whether to have (key, ptr) entries or (key, flags

Re: [Cython] Hash-based vtables

2012-06-30 Thread Dag Sverre Seljebotn
On 06/30/2012 12:57 PM, Dag Sverre Seljebotn wrote: My time is rather limited but I'm slowly trying to get another SEP 200 in place. Something that hit me, when I tried to make up my mind about whether to have (key, ptr) entries or (key, flags, ptr), is that the fast hash table entries can actua

Re: [Cython] Hash-based vtables

2012-06-30 Thread Dag Sverre Seljebotn
My time is rather limited but I'm slowly trying to get another SEP 200 in place. Something that hit me, when I tried to make up my mind about whether to have (key, ptr) entries or (key, flags, ptr), is that the fast hash table entries can actually be arbitrary size. So we could make the table