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. And initialization is free when constexpr or constinit is used :-).
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | frozen-1.1.1.tgz |
NetBSD 10.0 | aarch64 | frozen-1.1.1.tgz |
NetBSD 10.0 | aarch64eb | frozen-1.1.1.tgz |
NetBSD 10.0 | aarch64eb | frozen-1.1.1.tgz |
NetBSD 10.0 | alpha | frozen-1.1.1.tgz |
NetBSD 10.0 | alpha | frozen-1.1.1.tgz |
NetBSD 10.0 | earmv6hf | frozen-1.1.1.tgz |
NetBSD 10.0 | earmv6hf | frozen-1.1.1.tgz |
NetBSD 10.0 | earmv6hf | frozen-1.1.1.tgz |
NetBSD 10.0 | earmv7hf | frozen-1.1.1.tgz |
NetBSD 10.0 | earmv7hf | frozen-1.1.1.tgz |
NetBSD 10.0 | earmv7hf | frozen-1.1.1.tgz |
NetBSD 10.0 | i386 | frozen-1.1.1.tgz |
NetBSD 10.0 | i386 | frozen-1.1.1.tgz |
NetBSD 10.0 | mips64eb | frozen-1.1.1.tgz |
NetBSD 10.0 | mips64eb | frozen-1.1.1.tgz |
NetBSD 10.0 | powerpc | frozen-1.1.1.tgz |
NetBSD 10.0 | powerpc | frozen-1.1.1.tgz |
NetBSD 10.0 | sh3el | frozen-1.1.1.tgz |
NetBSD 10.0 | sparc64 | frozen-1.1.1.tgz |
NetBSD 10.0 | sparc64 | frozen-1.1.1.tgz |
NetBSD 10.0 | sparc | frozen-1.1.1.tgz |
NetBSD 10.0 | vax | frozen-1.1.1.tgz |
NetBSD 10.0 | vax | frozen-1.1.1.tgz |
NetBSD 10.0 | x86_64 | frozen-1.1.1.tgz |
NetBSD 10.0 | x86_64 | frozen-1.1.1.tgz |
NetBSD 9.0 | aarch64 | frozen-1.1.1.tgz |
NetBSD 9.0 | aarch64 | frozen-1.1.1.tgz |
NetBSD 9.0 | alpha | frozen-1.1.1.tgz |
NetBSD 9.0 | earmv4 | frozen-1.1.1.tgz |
NetBSD 9.0 | earmv6hf | frozen-1.1.1.tgz |
NetBSD 9.0 | earmv6hf | frozen-1.1.1.tgz |
NetBSD 9.0 | earmv6hf | frozen-1.1.1.tgz |
NetBSD 9.0 | earmv7hf | frozen-1.1.1.tgz |
NetBSD 9.0 | earmv7hf | frozen-1.1.1.tgz |
NetBSD 9.0 | earmv7hf | frozen-1.1.1.tgz |
NetBSD 9.0 | i386 | frozen-1.1.1.tgz |
NetBSD 9.0 | i386 | frozen-1.1.1.tgz |
NetBSD 9.0 | powerpc | frozen-1.1.1.tgz |
NetBSD 9.0 | powerpc | frozen-1.1.1.tgz |
NetBSD 9.0 | sparc64 | frozen-1.1.1.tgz |
NetBSD 9.0 | sparc64 | frozen-1.1.1.tgz |
NetBSD 9.0 | x86_64 | frozen-1.1.1.tgz |
NetBSD 9.0 | x86_64 | frozen-1.1.1.tgz |
NetBSD 9.3 | x86_64 | frozen-1.1.1.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.