File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ C++ Standard] ( https://img.shields.io/badge/C%2B%2B-17-blue.svg )] ( https://en.cppreference.com/w/cpp/17 )
6
6
[ ![ Code Coverage] ( https://codecov.io/gh/diffstorm/ConcurrentHashMap/branch/main/graph/badge.svg )] ( https://codecov.io/gh/diffstorm/ConcurrentHashMap )
7
7
![ 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 )
8
9
9
10
A thread-safe hash map implementation in C++ with support for concurrent read and write operations.
10
11
@@ -77,10 +78,14 @@ cmake --build . --parallel
77
78
## Running tests
78
79
79
80
### After CMake build
80
- cd build && ctest --verbose
81
+ ` cd build && ctest --verbose `
81
82
82
83
### 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 ) )
84
89
85
90
86
91
## License
You can’t perform that action at this time.
0 commit comments