Skip to content

[IO] replace the std::mutex.try_lock with our own std::atomic based implementation

Florian Fischer requested to merge aj46ezos/emper:atomic-try-lock into master

std::mutex uses pthread_mutex which does a lot of stuff we don't need.

This change makes no gigantic difference but I is measureable therefore I think it is worth it. Some test results from our echo server bennchamr big03->big02 try_lock.pdf

Merge request reports