Skip to Content

frozen v1.2.0

Created
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.

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • ppenguin's avatar ppenguin
  • Ryan's avatar Ryan
  • Anders Wind's avatar Anders 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)

# Source