https://github.com/htfy96/gsoc-static-map
(Abandoned) Implementation of Boost's 2017 GSoC Project: Static Map. Mirrored from
https://github.com/htfy96/gsoc-static-map
Last synced: 9 months ago
JSON representation
(Abandoned) Implementation of Boost's 2017 GSoC Project: Static Map. Mirrored from
- Host: GitHub
- URL: https://github.com/htfy96/gsoc-static-map
- Owner: htfy96
- License: apache-2.0
- Created: 2017-03-17T13:56:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T01:45:47.000Z (about 9 years ago)
- Last Synced: 2025-03-03T07:41:36.264Z (over 1 year ago)
- Language: C++
- Homepage: https://gitlab.com/htfy96/gsoc-static-map
- Size: 27.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Static Map
[](https://gitlab.com/htfy96/gsoc-static-map/commits/master)
[](http://www.repostatus.org/#abandoned)
A compile-time map built with `constexpr` targeting C++ 14 and zero runtime overhead.
This is a implementation of [GSoC2017 project of Boost Foundation](https://svn.boost.org/trac/boost/wiki/SoC2017).
## 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