Talha Saruhan

Results 7 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...

Well, I'm not particularly familiar with the CCV dataset, but if you're willing to make a couple of small changes it should work fine. In the code, `get_data()` function returns...

Well, there are a couple of restrictions in regards to memory usage. First, due to the nature of python, you'll have copies of the same object even if it's for...

I can second this request.