From bc866494f7b77eebe7950f4dcf076616c181bd32 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 16 Jul 2023 12:09:20 +0100 Subject: Add table of context and addressable headers Sometimes it's useful to highlight content of the post beforehand. Also, it's just nice to have a clickable headers in the document to simplify sharing of specific section. --- posts/libstdc++-std-unordered-map/libstdc++-unordered-map.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'posts/libstdc++-std-unordered-map/libstdc++-unordered-map.md') diff --git a/posts/libstdc++-std-unordered-map/libstdc++-unordered-map.md b/posts/libstdc++-std-unordered-map/libstdc++-unordered-map.md index a1ddad2..bb39544 100644 --- a/posts/libstdc++-std-unordered-map/libstdc++-unordered-map.md +++ b/posts/libstdc++-std-unordered-map/libstdc++-unordered-map.md @@ -1,3 +1,7 @@ +[TOC] + +## Introduction + We all love maps. We love hash maps even more. They should be fast and help to solve a large number of problems. Do you ever wonder about how they are working under the hood? In this post I am going to explore implementation -- cgit v1.2.3-70-g09d2