File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 55[ ![ C++ Standard] ( https://img.shields.io/badge/C%2B%2B-17-blue.svg )] ( https://en.cppreference.com/w/cpp/17 )
66[ ![ Code Coverage] ( https://codecov.io/gh/diffstorm/ConcurrentHashMap/branch/main/graph/badge.svg )] ( https://codecov.io/gh/diffstorm/ConcurrentHashMap )
77![ GitHub Stars] ( https://img.shields.io/github/stars/diffstorm/ConcurrentHashMap?style=social )
8+ ![ Platforms] ( https://img.shields.io/badge/Platform-Linux%20%7C%20Windows%20%7C%20macOS-lightgrey )
89
910A thread-safe hash map implementation in C++ with support for concurrent read and write operations.
1011
@@ -77,10 +78,14 @@ cmake --build . --parallel
7778## Running tests
7879
7980### After CMake build
80- cd build && ctest --verbose
81+ ` cd build && ctest --verbose `
8182
8283### Or directly
83- ./ConcurrentHashMapTest --gtest_color=yes
84+ ` ./ConcurrentHashMapTest --gtest_color=yes `
85+
86+
87+ ## :snowman : Author
88+ Eray Öztürk ([ @diffstorm ] ( https://github.com/diffstorm ) )
8489
8590
8691## License
You can’t perform that action at this time.
0 commit comments