Skip to content

(Abandoned) Implementation of Boost's 2017 GSoC Project: Static Map. Mirrored from

License

Notifications You must be signed in to change notification settings

htfy96/gsoc-static-map

Repository files navigation

Static Map

build status Project Status: Abandoned - Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

A compile-time map built with constexpr targeting C++ 14 and zero runtime overhead.

This is a implementation of GSoC2017 project of Boost Foundation.

Highlights

  • O(1) lookup
  • string literals supported by constexpr_string_view
  • Customizable constexpr comparator and hash function
  • Modifiable

Tested platform

  • g++5.3
  • g++6
  • clang++3.8
  • clang++3.9

About

(Abandoned) Implementation of Boost's 2017 GSoC Project: Static Map. Mirrored from

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published