全部搜索项
trixie  ] [  sid  ] [  experimental  ]
[ 源代码: frozen  ]

软件包:libfrozen-dev(1.2.0-1)

libfrozen-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 frozen

维护者:

外部的资源:

相似软件包:

试制(Experimental)软件包

警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。

library for immutable and fixed-size containers

Header-only library that provides 0 cost initialization for immutable containers, fixed-size containers, and various algorithms.

Frozen provides:

 - immutable (a.k.a. frozen), constexpr-compatible versions of std::set,
   std::unordered_set, std::map and std::unordered_map.
 - fixed-capacity, constinit-compatible versions of std::map and
   std::unordered_map with immutable, compile-time selected keys mapped to
   mutable values.
 - 0-cost initialization version of std::search for frozen needles using
  Boyer-Moore or Knuth-Morris-Pratt algorithms.

The unordered_* containers are guaranteed perfect (a.k.a. no hash collision) and the extra storage is linear with respect to the number of keys.

Once initialized, the container keys cannot be updated, and in exchange, lookups are faster.

This package contains the necessary headers.

下载 libfrozen-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 17.3 kB114.0 kB [文件列表]