Re: [E-devel] RFC eina inlist, list

2009-09-09 Thread The Rasterman
On Thu, 10 Sep 2009 14:02:19 +1000 David Seikel said: > On Thu, 10 Sep 2009 10:53:17 +1000 Carsten Haitzler (The Rasterman) > wrote: > > > i've sen this game played before (using high order bits) and then it > > com crashing down on peoples heads when suddenly those used bits > > become relevan

Re: [E-devel] RFC eina inlist, list

2009-09-09 Thread David Seikel
On Thu, 10 Sep 2009 10:53:17 +1000 Carsten Haitzler (The Rasterman) wrote: > i've sen this game played before (using high order bits) and then it > com crashing down on peoples heads when suddenly those used bits > become relevant. Microsoft BASIC for the Amiga I'll bet. lol signature.asc Des

Re: [E-devel] RFC eina inlist, list

2009-09-09 Thread The Rasterman
On Thu, 10 Sep 2009 11:19:53 +1000 Simon Horman said: > On Thu, Sep 10, 2009 at 10:53:17AM +1000, Carsten Haitzler wrote: > > On Tue, 8 Sep 2009 20:52:39 -0300 Gustavo Sverzut Barbieri > > said: > > > > you've already put my word in on this. i go the accounting way. 1. it is > > consistent with

Re: [E-devel] RFC eina inlist, list

2009-09-09 Thread Simon Horman
On Thu, Sep 10, 2009 at 10:53:17AM +1000, Carsten Haitzler wrote: > On Tue, 8 Sep 2009 20:52:39 -0300 Gustavo Sverzut Barbieri > said: > > you've already put my word in on this. i go the accounting way. 1. it is > consistent with eina_list. 2. can be extended beyond last and include count > and

Re: [E-devel] RFC eina inlist, list

2009-09-09 Thread The Rasterman
On Tue, 8 Sep 2009 20:52:39 -0300 Gustavo Sverzut Barbieri said: you've already put my word in on this. i go the accounting way. 1. it is consistent with eina_list. 2. can be extended beyond last and include count and many other things. 3. doesn't change inlist struct size to be bigger (tho we do

Re: [E-devel] RFC eina inlist, list

2009-09-09 Thread Joerg Sonnenberger
On Tue, Sep 08, 2009 at 08:52:39PM -0300, Gustavo Sverzut Barbieri wrote: >- ultra-dirty hack to remove extra pointer. The hack bases on the > fact that we just use ->last from the first node, that always have the > ->prev == NULL. So we could have the first ->prev == ->last, but how > to know

Re: [E-devel] RFC eina inlist, list

2009-09-08 Thread Nathan Ingersoll
On Tue, Sep 8, 2009 at 6:52 PM, Gustavo Sverzut Barbieri wrote: > Hello all, but specially Cedric and Jorge as one of you did initial > eina_inlist and we're about to release eina as 1.0 so we need to know > if things need/could be changed to improve things before that. > > Today eina_inlist does n

[E-devel] RFC eina inlist, list

2009-09-08 Thread Gustavo Sverzut Barbieri
Hello all, but specially Cedric and Jorge as one of you did initial eina_inlist and we're about to release eina as 1.0 so we need to know if things need/could be changed to improve things before that. Today eina_inlist does not keep an accounting member as its eina_list counterpart, instead it kee