Taiki Endo

Results 935 comments of Taiki Endo

It should be ready except that the readme needs to be updated a bit.

Release PR: https://github.com/crossbeam-rs/crossbeam/pull/888

Thanks for investigating and writing this! In the middle term, I plan to use inline-asm-based byte-wise atomic memcpy (basically https://github.com/taiki-e/atomic-memcpy/pull/7). In the long term, I expect that equivalent of it...

> LLVM can optimize such a RMW to atomic-load According to [the llvm patch that implemented this behavior](https://reviews.llvm.org/D57854) > For a given `atomicrmw `, this is possible when: > >...

Thanks for the PR! I haven't reviewed the code yet, but I have a few questions. - Is there any reason why this is not a method that takes a...

> It would be awesome if crossbeam could actually provide both functions. The user can pick whatever they want to use :D IIRC there are not many types that can...

Could you provide code to reproduce this issue?

I also agreed. (and "six months" sounds reasonable to me.) Also, I'd propose: * Adjust `Atomic::null()`'s cfg to avoid #452 being a breaking change. * Change `std` feature to depend...

> Related issue about possible breaking changes for 1.0: #256. It's been nearly two years since #256 opened, so some may be outdated, but the five breaking changes mentioned in...

Update - Here is a list of the remaining (breaking) changes I'm aware of: ### Open issues - crossbeam-channel - Change the signature of `Select::recv` and `Select::send` (https://github.com/crossbeam-rs/crossbeam/issues/256#issuecomment-444604397) - crossbeam-epoch...