Viewing profile — yosefo
yosefo
HN member- Joined
- Mon, Jan 16, 2017, 7:32 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About yosefo
No profile information was provided.
Recent public activity
-
comment
Comment #13410373
It's true that a single global mutex will not provide such locking granularity, but unordered_map does provide bucket api allowing you to find a bucket by key. This means that for …
- comment
-
comment
Comment #13408645
I feel that using a linked list as the underlying structure combined with fine grained locking is the wrong direction to go. What is the scenario in which I would use this collecti…