aboutsummaryrefslogblamecommitdiff
path: root/devel/libcdada/pkg-descr
blob: 4a01f91ffe199e498388c7c16ccc5735d7066f59 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                   
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)))
- Stable and well-tested backend engine (libstdc++) for most of
  the data structures
- Reasonable performance - comparable to libstdc++