Yury V. Zaytsev

Results 70 comments of Yury V. Zaytsev

@dmitry-shibanov we also got hit by this one, any news whether this can be addressed now, that there is a new parameter in toolkit available?

We would very much like to use this action, because it will be a huge speed improvement as compared to pulling our pre-baked CI docker image. However, we absolutely need...

We ended up creating an action to install Poetry after setting up Python - it's still faster than pulling a complete pre-baked docker image with the operating system: https://github.com/moneymeets/action-setup-poetry Adding...

I'm curious as to whether this problem is related to another issue that I have recently reported or not? https://svn.boost.org/trac/boost/ticket/11968 Could you please try removing `BOOST_LOCKFREE_CACHELINE_ALIGNMENT` from `queue.hpp`: ``` struct...

@polaris @biddisco could you please retry with the latest master of lockfree? My suspicion is that commit 72548c26e5243c88660e8c24524616dff3f18164 (and several preceding ones concerning the alignment of nodes) should fix the...

I think it should fix the problem for the case when the nodes are allocated on the heap and this is exactly what I suggested in my bug report on...

@timblechmann the problem that I reported has nothing to do with ARM per se. The code is just as wrong on x86 as on any other arch, only on x86...