全部搜尋項
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 [檔案列表]