MattPD / cpplinks

A categorized list of C++ resources.
4.52k stars 478 forks source link

Update atomics.lockfree.memory_model.md #1

Closed mzer0-yu closed 8 years ago

mzer0-yu commented 8 years ago

Add a link to Linux kernel documentation about memory barriers.

MattPD commented 8 years ago

Hi @mzer0-yu! Thank you for submitting the PR! :-)

Note, however, that this URL is already present in the "References, Resources" section: https://github.com/MattPD/cpplinks/blob/master/atomics.lockfree.memory_model.md#references-resources

In particular: https://github.com/MattPD/cpplinks/commit/48a04f79f9fa83070cf63fa8b2367bde7ed4903e#diff-d91094d2868e023bcf852fefdbd145d7R191

I'm inclined to keep things in one place, without duplication -- I hope this makes sense :-)

Thanks again and feel free to contribute in the future!

mzer0-yu commented 8 years ago

@MattPD I should have known that, my careless! By the way, why not introducing a "short view" version beyond those links(it helps for me but really confused where to start when I started, for me the beginning is Tony V E's speech on BoostCon). Thank you for this repo.