1# Code Samples of oneAPI Threading Building Blocks (oneTBB)
2This directory contains examples of the `concurrent_hash_map` container.
3
4| Code sample name | Description
5|:--- |:---
6| count_strings | Concurrently inserts strings into a `concurrent_hash_map` container.
7