Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gumb0/concurrenthashmap
Test exercise from some company - thread-safe hashmap implementation.
https://github.com/gumb0/concurrenthashmap
Last synced: 17 days ago
JSON representation
Test exercise from some company - thread-safe hashmap implementation.
- Host: GitHub
- URL: https://github.com/gumb0/concurrenthashmap
- Owner: gumb0
- Created: 2015-05-26T06:15:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T09:00:15.000Z (about 8 years ago)
- Last Synced: 2024-10-07T20:21:28.024Z (about 1 month ago)
- Language: C++
- Size: 1020 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test exercise - thread-safe hashmap without using a global lock.