1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
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

10 lines
402 B
Plaintext

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