Re: C library containing implementations of associative containers.
by Antoninus Twink <nospam@[EMAIL PROTECTED]
>
May 7, 2008 at 11:26 AM
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.