Open JoeyAndres opened 8 years ago
Although intrinsics are utilized, there are no multi-threading.
See threadpool and the much warranted shared_mutex
As usual, since std::shared_mutex is c++-17, we'll utilize boost for now.
std::shared_mutex
Although intrinsics are utilized, there are no multi-threading.
See threadpool and the much warranted shared_mutex
As usual, since
std::shared_mutex
is c++-17, we'll utilize boost for now.