1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: plf-colony
Section: devel
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.plflib.org/colony.htm
Vcs-Browser: https://github.com/kilobyte/plf_colony/tree/debian
Vcs-Git: https://github.com/kilobyte/plf_colony -b debian
Package: libplf-colony-dev
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: fast C++ unordered container
plf::colony is an unordered data container providing fast iteration/
insertion/erasure while maintaining pointer validity to non-erased
elements. It offers no big-O advantages over std::list but its
performance is drastically better.
|