freebsd-ports/devel/libcdada/pkg-descr
Kurt Jaeger a1a26e6a8d devel/libcdada: new port in prepartion for net-mgmt/pmacct update
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++
2023-02-27 19:51:50 +01:00

9 lines
402 B
Text

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++