This directory contains a test of a thread-local caching map.

The test runs three times, once with a caching map, once with a shared map, and once with each thread getting its own local map.

To change the number of threads, number of iterations, or number of unique keys, edit the main.h file.