Re: C library containing implementations of associative containers.
by Kiran Kumar Mukkamala <k.mukkamala@[EMAIL PROTECTED]
>
May 7, 2008 at 03:37 AM
Check with glib http://library.gnome.org/devel/glib/2.16/glib.html
.
This is a general purpose ****table library. This may be helpful to you
not only for the DS you are looking for but also for other purposes/
constructs.
Kiran
On May 7, 2:26 pm, Antoninus Twink <nos...@[EMAIL PROTECTED]
> wrote:
> On 7 May 2008 at 9:18, Morten wrote:
>
> > Is there anybody who knows a C (not c++) library containing
> > implementations of associative containers (stack, queue, hash table,
> > linked list). It would be great if the performance of algorithms where
> > high.
>
> libhx is one. I guess most C programmers roll their own at the start of
> their careers, and then use their "personal library" forevermore.