Hello,
My C++ synchronization objects library was updated,
and now i have added the scalable Fast_RWLock and
the scalable Fast_RWLockX and they are better than scalable Asymmetric
RWLocks that use IPIs, and they are costless on the reader side,
so they are really powerful, and they are now working with Windows
and with Linux, i have tested thoroughly my C++ synchronization objects
library and i think it is much more stable and fast.
You can read about it and download it from my website here:
https://sites.google.com/site/scalable68/c-synchronization-objects-library
Thank you,
Amine Moulay Ramdane.