473,320 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

C library containing implementations of associative containers.

Hi.

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.

Regards Morten.
Jun 27 '08 #1
4 1564
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.

Jun 27 '08 #2
Check with glib http://library.gnome.org/devel/glib/2.16/glib.html .
This is a general purpose portable 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...@nospam.invalidwrote:
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.
Jun 27 '08 #3
On May 7, 10:18 am, Morten <morten...@gmail.comwrote:
Hi.

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.

Regards Morten.
Glib:

http://library.gnome.org/devel/glib/...ata-types.html
Jun 27 '08 #4
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.
hashlib.zip is available. The applications include some linked
list matter, including methods of sorting such. See:

<http://cbfalconer.home.att.net/download/>

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.

** Posted from http://www.teranews.com **
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ney André de Mello Zunino | last post by:
Hello. A non-modifying algorithm I implemented uses two associative containers from STL: set and map. The elements on those containers are supposed to refer to actual elements which lie on...
5
by: sks_cpp | last post by:
Are the standard library functions pertinent to both sequence containers and associative containers? For example, if "find_if", "remove_if", etc... valid for both lists, deques, vectors, sets,...
1
by: Dave | last post by:
Hello all, Why is the term "associative" containter used to describe std::set<>, std::map<>, std::multiset<> and std::multimap<>? I always had the impression that it is related to the fact that...
7
by: Matthias Käppler | last post by:
Hi, I have the following problem: I want to store file objects in a container 8for now, it's not important how they look like). Now, on the one hand I need to be able to randomly pick files...
43
by: Steven T. Hatton | last post by:
Now that I have a better grasp of the scope and capabilities of the C++ Standard Library, I understand that products such as Qt actually provide much of the same functionality through their own...
4
by: Mitchel Haas | last post by:
Hello, Feeling a need for a generic tree container to supplement the available containers in the STL, I've created a generic tree container library (TCL). The library usage is very much like...
1
by: yonil | last post by:
I hope this is the correct group for this... I'm currently implementing the TR1 associative containers according to specification found in...
5
by: desktop | last post by:
set, map, multiset and multimap are all associative containers. But what does the word "associative" have to do with these 4 containers?
3
by: subramanian100in | last post by:
I am copying the following lines as it is, from Stanley Lippman's C++ Primer 4th edition, page 418(First paragraph). It says: "Although the map and set types provide bidirectional iterators, we...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.