Live data from Hacker News

Viewing profile — whiteboardma

whiteboardma

HN member
Joined
Wed, May 10, 2023, 12:59 PM UTC
HN karma
1
Public activity
3 items

About whiteboardma

No profile information was provided.

Recent public activity

  1. comment
    Comment #35887104

    Wops, my bad

  2. comment
    Comment #35886954

    Looking at the Push operation defined in queue_impl.hpp, if multiple threads perform concurrent pushes, they might end up writing their element to the same slot in _data since the …

  3. comment
    Comment #35886800

    I've only looked at the queue implementation, but both push and pop contain obvious race conditions; I would highly suggest adding tests that actually use the data structures from …