Download List

專案描述

libcontain is a C container library that aims to
provide blindingly fast containers (hashes, lists,
queues, etc.) that are thread-safe (and
non-blocking most of the time).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-05-08 03:43
0.2-alpha1

This release introduces a number of important new features including a heap and a map, both based on a lock-free binomial tree. It also includes the required memory management to make the containers impervious to the ABA problem and thus truly thread-safe.
標籤: Major feature enhancements

2004-04-23 17:45
0.1-alpha2

This release fixes three bugs in the array implementation and adds
documentation (manpages) for the array and the library itself.
標籤: Minor bugfixes

2004-04-16 22:53
0.1-alpha1

This release has hash API changes, includes the glib hash implementation for the benefit of cgdb, has a new array (vector) implementation, and has some bugfixes.
標籤: Major feature enhancements

2004-02-10 19:59
0.0-alpha2

This release has a new list implementation and new test cases. Building has been fixed.
標籤: Minor feature enhancements

2004-02-04 06:05
0.0-1

標籤: Initial freshmeat announcement

Project Resources