- Making a STL-compatible hash map from scratch, Part 2: - Growth Policies & The Schrodinger std::pair https://jguegant.github.io/blogs/tech/dense-hash-map2.html 21 comments cpp
Linking pages
- Jean Guegant's Blog – Making a STL-compatible hash map from scratch - Part 3 - The wonderful world of iterators and allocators https://jguegant.github.io/blogs/tech/dense-hash-map3.html 3 comments
- Jean Guegant's Blog – Making a STL-compatible hash map from scratch - Part 1 - Beating std::unordered_map https://jguegant.github.io/blogs/tech/dense-hash-map.html#dense-hash-map 0 comments
Linked pages
- https://godbolt.org 794 comments
- http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1428r0.pdf 303 comments
- C++ Core Guidelines https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Ri-global 216 comments
- Non-conforming C++: the Secrets the Committee Is Hiding From You - Miro Knejp - CppCon 2019 - YouTube https://www.youtube.com/watch?v=IAdLwUXRUvg 53 comments
- static_assert declaration (since C++11) - cppreference.com http://en.cppreference.com/w/cpp/language/static_assert 26 comments
- cppreference.com https://en.cppreference.com/ 24 comments
- reinterpret_cast conversion - cppreference.com https://en.cppreference.com/w/cpp/language/reinterpret_cast 20 comments
- GitHub - catchorg/Catch2: A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) https://github.com/catchorg/Catch2 18 comments
- C++ Insights https://cppinsights.io 9 comments
- CMake - Upgrade Your Software Build System https://cmake.org/ 4 comments
- Jean Guegant's Blog – Making a STL-compatible hash map from scratch - Part 3 - The wonderful world of iterators and allocators https://jguegant.github.io/blogs/tech/dense-hash-map3.html 3 comments
- Draft C++ Standard: Contents http://eel.is/c++draft 2 comments
- Constraints and concepts (since C++20) - cppreference.com https://en.cppreference.com/w/cpp/language/constraints 1 comment
- Jean Guegant's Blog – Making a STL-compatible hash map from scratch - Part 1 - Beating std::unordered_map https://jguegant.github.io/blogs/tech/dense-hash-map.html#dense-hash-map 0 comments
- ClangFormat — Clang 17.0.0git documentation http://clang.llvm.org/docs/ClangFormat.html 0 comments
- Clang-Tidy — Extra Clang Tools 17.0.0git documentation http://clang.llvm.org/extra/clang-tidy/ 0 comments
- Type punning - Wikipedia https://en.wikipedia.org/wiki/Type_punning 0 comments
Would you like to stay up to date with C & C++? Checkout C & C++
Weekly.
Related searches:
Search whole site: site:jguegant.github.io
Search title: Jean Guegant's Blog – Making a STL-compatible hash map from scratch - Part 2 - Growth Policies & The Schrodinger std::pair
See how to search.