Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

frozen-1.1.1-1 RPM for noarch

From OpenMandriva Cooker for x86_64 / main / release

Name: frozen Distribution: OpenMandriva Lx
Version: 1.1.1 Vendor: OpenMandriva
Release: 1 Build date: Mon Jul 10 15:44:47 2023
Group: Development/C and C++ Build host: ryzen9-3.openmandriva.org
Size: 91587 Source RPM: frozen-1.1.1-1.src.rpm
Packager: bero <bero@lindev.ch>
Url: https://github.com/frozen/frozen
Summary: Header-only, constexpr alternative to gperf for C++14
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.

Provides

Requires

License

Apache-2.0

Files

/usr/include/frozen
/usr/include/frozen/algorithm.h
/usr/include/frozen/bits
/usr/include/frozen/bits/algorithms.h
/usr/include/frozen/bits/basic_types.h
/usr/include/frozen/bits/constexpr_assert.h
/usr/include/frozen/bits/defines.h
/usr/include/frozen/bits/elsa.h
/usr/include/frozen/bits/elsa_std.h
/usr/include/frozen/bits/exceptions.h
/usr/include/frozen/bits/hash_string.h
/usr/include/frozen/bits/pmh.h
/usr/include/frozen/bits/version.h
/usr/include/frozen/map.h
/usr/include/frozen/random.h
/usr/include/frozen/set.h
/usr/include/frozen/string.h
/usr/include/frozen/unordered_map.h
/usr/include/frozen/unordered_set.h
/usr/share/cmake/frozen
/usr/share/cmake/frozen/frozenConfig.cmake
/usr/share/cmake/frozen/frozenConfigVersion.cmake


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:04:53 2024