Talha Saruhan

Results 4 comments of Talha Saruhan

Well, the author of the code defined AllocationHeader struct as follows (in the header file): ``` struct AllocationHeader { char padding; }; ``` so when using list initialization, you're converting...

Thanks for the explanation. However I'm not sure where the photon::sleep(-1) call is. As I said all I see is std::this_thread::yield() call from the ring.recv(). Could you provide a file...

Ahh ok now I see it. Thank you for the explanation! The reason I'm trying to understand this more in depth is that I'm curious about the possibility of using...

I have a few other questions about the library, not sure if this is the right place to ask but here they are: 1- As far as I understand the...