Skip to content

frozenv1.2.0

Updated

Header-only library that provides 0 cost initialization for immutable 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 and 0-cost initialization version of std::search for frozen needles using Boyer-Moore or Knuth-Morris-Pratt algorithms.

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Host Tool For

No ports use this.

#Contributors

  • ppenguin's avatarppenguin
  • Ryan's avatarRyan
  • Anders Wind's avatarAnders Wind

#Changelog

  • 03ba0f8[frozen] Bump port to 1.2.0 (#40755)
  • b42db81[frozen] Update to 1.1.1 (#25151)
  • c6f863b[frozen] Update to latest commit (#17451)
  • a511b43[frozen] Add frozen library (#10766)