Open BurningEnlightenment opened 2 years ago
During the discussion of #146 it has been suggested that the congestion could be reduced by relying on C++20 futex APIs. Additionally we incorporated the try_lock() design from 2.
try_lock()
Please note that this hasn't been benchmarked.
During the discussion of #146 it has been suggested that the congestion could be reduced by relying on C++20 futex APIs. Additionally we incorporated the
try_lock()
design from 2.Please note that this hasn't been benchmarked.