Basic data structures in C (libstdc++ wrapper)
https://msune.github.io/libcdada/
Small library that offers basic data structures (list, set, map, ..)
in a pure C API for user-space applications.
Key features:
- Easy to use, portable
- No "magic" MACROs, and no need to modify your data structures
(except, perhaps, for __attribute__((packed)))
- Uses C++ standard library as the backend for most data structures
- Reasonable performance
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/libcdada && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libcdada-0.6.1.tar.gz | 0001780134 1.7 MB | |
libcdada.changes | 0000001687 1.65 KB | |
libcdada.spec | 0000002963 2.89 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1194556
from
Dirk Mueller (dirkmueller)
(revision 5)
- update to 0.6.1: * tests: fix segfault in map_test.c * Add `prev_val` to `cdada_map_insert_replace()` API call to make it more useful * CI: add coverage for clang11, 12 and 13.
Comments 0