Hacker News new | ask | show | jobs
by jcelerier 2795 days ago
are there fundamental differences with https://github.com/serge-sans-paille/frozen ?
1 comments

The map is not frozen.
Yup. The frozen map cannot be updated once it is initialized:

<<Once initialized, the containers cannot be updated, and in exchange, lookups are faster. And initialization is free when constexpr is used :-).>>