Re: [Gegl-developer] Hi, need any help?

2008-03-20 Thread Martin Nordholts
Jan Heller wrote: On 17:55, Mon 10 Mar 08, Martin Nordholts wrote: That looks very interesting. Do you think you could provide some benchmarking data of the performance improvements in variuos situations? It would be useful to have Hi, I used babl/tests/babl_fish_path_dhtml as a

Re: [Gegl-developer] Hi, need any help?

2008-03-14 Thread Jan Heller
On 17:55, Mon 10 Mar 08, Martin Nordholts wrote: That looks very interesting. Do you think you could provide some benchmarking data of the performance improvements in variuos situations? It would be useful to have Hi, I used babl/tests/babl_fish_path_dhtml as a simple benchmark. Here are

Re: [Gegl-developer] Hi, need any help?

2008-03-14 Thread Jan Heller
On 21:09, Mon 10 Mar 08, Sven Neumann wrote: I would prefer if this functionality could be added in new files babl-list.[ch] and babl-hash-table.[ch]. Also the hash-table functions should be prefixed with babl_hash_table_ instead of just babl_hash_ as we should keep the babl_hash prefix for

Re: [Gegl-developer] Hi, need any help?

2008-03-10 Thread Martin Nordholts
Jan Heller wrote: Glad to hear it :) So here is the patch. Essentially, it implements coalesced hashing as BablHashTable structure and uses it as the babl database data structure. The code is not long and is quite self-explanatory I believe, although I wouldn't mind adding a few comments if

Re: [Gegl-developer] Hi, need any help?

2008-03-10 Thread Sven Neumann
Hi, On Mon, 2008-03-10 at 00:35 +0100, Jan Heller wrote: Glad to hear it :) So here is the patch. Essentially, it implements coalesced hashing as BablHashTable structure and uses it as the babl database data structure. The code is not long and is quite self-explanatory I believe, although I

[Gegl-developer] Hi, need any help?

2008-03-09 Thread Jan Heller
Hi all, I am new to this list and I would like to help with the GEGL development. I am a programmer and a computer graphics enthusiast. I started to look into the GEGL/BABL code base and have been able to make some improvements in babl database code that speed things up a bit, without loss

Re: [Gegl-developer] Hi, need any help?

2008-03-09 Thread Jan Heller
On 19:07, Sun 09 Mar 08, Martin Nordholts wrote: Hi Jan We're absolutely interested in your contributions! Eagerly awaiting the patch :) Best regards, Martin Nordholts Glad to hear it :) So here is the patch. Essentially, it implements coalesced hashing as BablHashTable structure and